how to resize tab control?

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

Guest

Hi,

I have a tab control (actually 3 levels of them) on a form. If I allow the
form to be resized, do I have to handle the resize of the tab controls, etc.
in code or am I missing some design setting that automatically handles this?

Thanks,
NJ
 
In the property dialog you can set the Dock to Fill if your using the whole
Form, but you can arrang your controls around using Panels. Most of the time
I use Panels on my Forms depending on how many I am using and I set the Dock
property to suit the appearence.

But, just the Tab resizing itself all the TabPages adjust with the Tab
automatically.
 
Many thanks Developer! A combination of using panels, various Dock and Anchor
settings and it seems to be working.

Cheers,
Still Learning
 
Back
Top