1. Align
(1) Select the controls you want to align
(2) In the VS menu, select the "format", "Align" option, click the way you want to align
2. Using the Anchor property
Anchor is the anchoring meaning that sets the control's size to be dynamically resized with the form, as the distance between the controls and one edge of the form remains the same. Each control in WinForms has this property
The steps to anchor the control are also simple
(1) Select the control you want to anchor
(2) In the Properties window, click the Anchor property right arrow to display the Anchor property editor
(3) Select or clear the edge of the control anchor on the displayed Doji
(4) Click the Anchor property name to close the Anchor property editor
Experience:
You can always anchor multiple controls by holding down the CTRL key to select multiple controls and then setting the Anchor property
3. Use the Dock property
Use of docking
(1) Select the control you want to dock
(2) In the Properties window, click the arrow to the right of the dock property to display the dock editor
(3) Select the docking method, click "None" at the bottom to clear the docking method
(4) Click the Dock property name to close the dock editor