Moving a Tab Control during Run-Time

C

cefrancke

I have a Tab control containing pages and many other controls.
I would like to set the position of the tab control during Load or Open

(btw, where is the place to do this?).


During Design Time, all the contained controls move and reposition with

the tab control, preserving the relative position with respect to the
tab control.


During run-time, only the tab control moves.


I would like to be able to demonstrate different positions on the form
that the tab control could be, based on hard coded values.
To show the client optional 'look and feel' possibilities.


Any way to make the controls move with the tab?


I'm thinking for each control in the forms collection... but that would

seem tedious, having to specify every position depending on control. I
have a few hundred controls contained in the tab control.


TIA
 
Top