Question Resize form controls

BlackByte

Well-known member
Joined
Jun 29, 2008
Messages
126
Location
South Africa, Durban
Programming Experience
1-3
Hi, im am working on a form with a few textboxes and buttons, the problem is when the form is resized or maximized the controls stay small. If someone could please show me how to resize the controls as the form is being resized, or post a link i would appriciate it very much. Thank you
 
Look up Control.Anchor on MSDN or Google it. You will find lots of useful links.
Alternatively, although I don't like it myself, if you look up TableLayoutPanel on MSDN, they give an example that they say helps to resolve problems like this. Try it for yourself and see if you agree with them or not.
 
Back
Top