windows form resize
-
hello everyone. Do you have an easy way when resize my windows form, proportionally to resize all components(Picturebox, buttons,textboxes, graphics etc.) Thanks.
-
hello everyone. Do you have an easy way when resize my windows form, proportionally to resize all components(Picturebox, buttons,textboxes, graphics etc.) Thanks.
Check out the Anchor, Fill and Dock properties of the controls... Splitter controls can help as well. Good luck...
V.
Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive -
hello everyone. Do you have an easy way when resize my windows form, proportionally to resize all components(Picturebox, buttons,textboxes, graphics etc.) Thanks.
it depends what you need. Anchor and docking can do alot, but the only way I could grow two groupboxes 50/50 in a form was by handling resize manually. Everything inside the groupboxes was handled by a combination of standard means but the 50/50 thing proved elusive.