I have six tabs on my Windows application. I need to put tab #6 after tab #2, how can i do it? I couldn't drag the tab to the location i want! The 5 tabs are full of controls that took long time to name and design. Any idea how to move last tab and place it after 3rd tab?
+2
A:
In order to rearrange the tabs in a TabControl access the property dialog for the TabControl and find the "TabPages" property. Clicking on the little button next to the value field will display a dialog which will allow you to control the properties and position of each tab in the TabControl.

Nathan Taylor
2010-04-28 00:51:16
Thanks.................
2010-04-28 02:50:02
My pleasure. :)
Nathan Taylor
2010-04-28 03:49:42