Windows Forms Programming
How to: Resize Controls on Windows Forms
You can resize individual controls, and you can resize multiple controls of the same or different kind, such as Button and GroupBox controls.
To resize a control
To resize multiple controls on a form
Hold down the CTRL or SHIFT key and select the controls you want to resize. The size of the first control you select is used for the other controls.
On the Format menu, choose Make Same Size, and select one of the four options. The first three commands change the dimensions of the controls to match the first-selected control.
Reference
Other Resources