|
-
Apr 15th, 2011, 10:08 AM
#1
Thread Starter
Member
[SOLVED]Resizing objects.
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.
Last edited by vbExplorer; Dec 7th, 2011 at 03:07 AM.
Reason: Solved
-
Apr 15th, 2011, 10:15 AM
#2
Re: Resizing objects.
Read up on the Anchor property, and if you want, the Dock property.
-
Apr 15th, 2011, 10:18 AM
#3
Fanatic Member
Re: Resizing objects.
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.
-
Apr 15th, 2011, 11:18 AM
#4
Thread Starter
Member
Re: Resizing objects.
Ou, that was so easy:Z.
Thanks guys for you replies.
Solved.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|