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

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.
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
Copyright Information
Copyright © Codenstuff.com 2020 - 2023