Page 1 of 1

Re-sizable Form(not as simple as reads)

Posted: Fri May 21, 2010 8:01 pm
by GoodGuy17
Hello,
OK, I have held this in for many months, but I have always wondered, how can you have a re-sizable form, and the controls expand? Like, you maximize the windows and the controls fit the screen, instead of stay the same size. And if you resize it, the controls will resize to fit the screen, but not overlap each other. Please help, I really need this!
~GoodGuy17 :D

Re: Re-sizable Form(not as simple as reads)

Posted: Fri May 21, 2010 9:11 pm
by mandai
You can change the Anchor properties of controls.

If a control is ancored to all sides then it will resize as the form size changes, but won't move.
If a control has no anchor it will move in the same direction as the form but will not resize.

If you combine these you can have controls on any side that expand or move for where you want them to go.