Resize tabControl

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to resize a tabControl when the form itself isresized? For instance, I have a tabControl with two tabs. Eachtab has a rich text box on them. If the form is resized as awhole, i would like for the tabs tobe resized accordingly, andthen the text boxes resize accordingly as well.

Thanks in advance.
User submitted from AEWNET (http://www.aewnet.com/)
 
Is there a way to resize a tabControl when the form itself is resized?
For instance, I have a tabControl with two tabs. Each tab has a rich text
box on them. If the form is resized as a whole, i would like for the tabs
tobe resized accordingly, and then the text boxes resize accordingly as
well.

Take a look at the controls' 'Anchor' and 'Dock' properties.
 
Back
Top