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?


Thank you!!