Rearrange tab control tabs

D

David

Hi,

I had 3 tabs on a tab control and the user wanted a fourth added. No
problem. However, it makes sense to place this new tab first. Any easy way
to "drag" this 4th tab into the 1st position?

Thanks.
 
C

Cheese_whiz

Hi David,

Right click the tab and choose 'properties' to open the properties window,
and on the format tab of the properties window see the tab index property.
Change that to where you want the page to fall.

HTH,
CW
 
D

David

Thanks!
--
David


Cheese_whiz said:
Hi David,

Right click the tab and choose 'properties' to open the properties window,
and on the format tab of the properties window see the tab index property.
Change that to where you want the page to fall.

HTH,
CW
 
Top