Make the contents of a form resize with the form?

Chris11

Active member
Joined
Jul 12, 2009
Messages
29
Programming Experience
1-3
How can I Make the contents of a form resize with the form?
 
each content on your form has anchor property
you can choose it then select all sides , top - bottom - left - right
then when you resize your form , every control on your form will be resized according to your form size
 
Sort the Properties window by categories and have a look at the properties in the Layout section, Anchor and Dock properties is the most common. To further help the layout of the form use the controls in the Containers section of the Toolbox.
 
Back
Top