In an older version was a component named Resizer. When you put that on a form, it would change the sizes of the controls. It had many issues especially with lines and shapes. It was removed because of the problems it created.
The more modern way of handling different screen sizes is termed as a flow layout. In the toolbox are some Panels, TableLayout, etc that gets close to making Winforms a flow layout, but plan to invest a fair amount of time getting it all right.