How do I change the tab order of my uipanels relative to each other in my GUI?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I know how to change tab order within a panel, but is there a way to change the tab order of panels relative to each other in a figure? Thanks in advance!
0 Kommentare
Antworten (1)
vijaya lakshmi
am 1 Mär. 2018
Hi Amelia,
The ability to use the Tab Order Editor to set the tab order between uipanels is not available in MATLAB.
The tabbing order between different components of the GUI is as per what is seen in the Object Browser. You can open the Object Browser by opening the GUI in GUIDE and then clicking View->Object Browser.
You can then change the order of different components by selecting a component and then using the Layout menu to change the stacking order of that component.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!