how to resize tab control?

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
 
G

Guest

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.
 
G

Guest

Many thanks Developer! A combination of using panels, various Dock and Anchor
settings and it seems to be working.

Cheers,
Still Learning
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top