Clear Filters
Clear Filters

How do I change the tab order of my uipanels relative to each other in my GUI?

7 views (last 30 days)
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!

Answers (1)

vijaya lakshmi
vijaya lakshmi on 1 Mar 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.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!