Re-sizable Form(not as simple as reads)

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts Page 1 of 1
Contributors
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

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
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

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.
2 posts Page 1 of 1
Return to “Tutorial Requests”