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