How do I change the order of objects in the App Designer component browser?

77 ビュー (過去 30 日間)
How do I change the order of objects in the App designer component browser? Is it possible to reorder items in the same container?

採用された回答

MathWorks Support Team
MathWorks Support Team 2021 年 7 月 2 日
編集済み: MathWorks Support Team 2021 年 7 月 2 日
The component browser will update when items are moved inside others. If you drag a "UIAxes" object into a tab, it should appear under that tab in the component browser.
You can also select another tab by clicking on it in the design view. 
Prior to MATLAB R2020b, there was no way to reorder objects in the component browser itself. The objects in the component browser are ordered based on the sequence in which they were added to the containing object.
Starting in MATLAB R2020b, you can reorder the objects in the component browser using the "Reorder" tool.
  3 件のコメント
Mario Malic
Mario Malic 2020 年 9 月 9 日
For me, it's useful, because when you're entering a field value, clicking tab will move the selection to the next field value in the component browser. So, kinda makes sense to reorder.
Jonas
Jonas 2023 年 3 月 27 日
it is also possible to drag components in the Component Browser to their new location. In my case, the Tab Order was the upside down version of the Tab sequence

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

その他の回答 (3 件)

Leonardo von Lerchenfeld
Leonardo von Lerchenfeld 2018 年 6 月 21 日
You can cut (CTRL + X) the objects and include them (CTRL+ V), then the objects will inserted at the end in the component list while maintaining their positions. Do this process in the order you like your objects. (I use MATLAB R2017a.)
  2 件のコメント
Mario Malic
Mario Malic 2020 年 8 月 23 日
For me it worked fine without breaking callbacks.
Just make sure to change the property names if you are assigning values from EditField.Value
Robert
Robert 2020 年 10 月 2 日
This works wonders, thank you! Keep in mind that when using panels or other containers, you have to select the panel/container before pasting, otherwise the parenting and positioning is incorrect.

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


CallumP
CallumP 2019 年 6 月 13 日
I've made an app that can do that. Might be a bit late for you but hopefully useful to others. It's here: https://uk.mathworks.com/matlabcentral/fileexchange/71838-hierarchyviewer
  2 件のコメント
Subhamoy Saha
Subhamoy Saha 2020 年 8 月 14 日
You did really a great job CallumP!
Adam Danz
Adam Danz 2020 年 8 月 16 日
編集済み: Adam Danz 2020 年 9 月 20 日
Nice function, CallumP!
Update: Starting in Matlab r2020b, change the stack order of UI components in App Designer using the reorder tool (see release notes).

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


Adam Danz
Adam Danz 2020 年 11 月 28 日
For Matlab r2020b and later, the stack order of UI components can be changed using the reorder tool (see release notes).
For earlier releases, see CallumP's function on the file exchange.

カテゴリ

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