AppDesigner inspector not showing all properties

9 ビュー (過去 30 日間)
Mert Asil Türeli
Mert Asil Türeli 2021 年 2 月 16 日
コメント済み: Mario Malic 2021 年 2 月 16 日
I want to change some properties of my UITable like ColumnFormat in the App Designer but these are not visible in the inspector for changing. Also MATLAB doesn"t allow me to change the code, where elements are being created.
Is there any possibility to make inspector show all properties of the object or to unlock the part of the code where these elements are created? If yes, how can it be done? I could also write a function where I change the desired properties and call this in the beginning of my code but I think it is better to define all these during the declaration of the element.
Thank You!

採用された回答

Mario Malic
Mario Malic 2021 年 2 月 16 日
Hello,
You can't change the code in the grey area. Find your component in Component Browser, on the right hand site, below the Component Browser, there are settings for it in which you can change them. If you are unable to find desired one to change, then, you will have to do it through startupFcn.
  2 件のコメント
Mert Asil Türeli
Mert Asil Türeli 2021 年 2 月 16 日
Thank you for your answer. So, is it not possible to extend the visible properties in the inspector?
Mario Malic
Mario Malic 2021 年 2 月 16 日
No.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by