i have a visual basic 2010 form with various group boxes, buttons, and labels. i want to be able to have the form maximized but when i do that the controls stay where they are at and they do not resize with the form. i want them to resize proportionately with the form. any help would be appreciated?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can set the position and size of the controls form ResizeEnd or Resize event, based on form's size. You will need to make sure it doesn't crash when the form is minimized or made very small. |
|||
|
|
|
I actually ended up using the table layout panel to arrange everything to proportion with the screen size. It works quite nicely if your controls are laid out in a grid. |
||||
|
|
