I have created a set of tabs on a Window.Form but would now like to change the order of these tabs. Namely I would like my last tab to be set as the second tab (with all the other tabs moving one along accordingly). I read you can use change the position of controls using TabIndex but that doesnt seem to work for layered controls like mine.... What do I do?
TabIndex is the order in which a control will be tabbed to (tab in the sense of hitting the tab key on your keyboard). Is this what you want? Or are you trying to modify the order in which TabItems appear in a TabControl.
Bookmarks