ID:2384216
Jul 14 2018, 3:13 am
|
|
Problem description: I can clearly see the tab order in my control. Now how do I rearrange it? |
In response to Konlet
|
|
Konlet wrote:
winset(src,"tab_control","tabs='tab1_pane,tab2_pane,tab3_pane,etc'") Documentation suggests that should work, but if it doesn't you could just remove all of the tabs and add them back in the order you want. winset(src,"tab_control","tabs='button1,button2,button3,output1,input1,label1,map1'") Maybe I'm not using it right. I swapped out the panes for their respective names. It didn't seem to work. |
Documentation suggests that should work, but if it doesn't you could just remove all of the tabs and add them back in the order you want.