+ 1
Resize
How to make all control reziable when form resize? I'm using winform
1 Answer
0
Have a look at Anchors and Dock.
https://www.techrepublic.com/article/manage-winform-controls-using-the-anchor-and-dock-properties/
These properties define what the controls do when the form resizes.