Hey guys,
I know this might be a stupid question, wanna know how i can make ,e.g. a Tab Control Resize with the Form, so that when i Maximize the Form the TabControl should become bigger too.
See Picture:
Hope you understood ,Thanks in advance.
Printable View
Hey guys,
I know this might be a stupid question, wanna know how i can make ,e.g. a Tab Control Resize with the Form, so that when i Maximize the Form the TabControl should become bigger too.
See Picture:
Hope you understood ,Thanks in advance.
Read up on the Anchor property, and if you want, the Dock property.
In Visual Studio, under the properties of the TabControl, you can set Docking to fill, or, you can set an anchor for left/right/top/bottom. It can be you select a TabPage instead, you need the TabControl control. You can select it in the properties' top item selection combobox, selecting the top header part of the control should select it as well.
Ou, that was so easy:Z.
Thanks guys for you replies.
Solved.