问题
Make size of Window responsive for every type of screen resolution using Windows form
回答1:
It is strongly recommended using WPF because it is a much better choice for that. You can use of the Anchor and Dock properties of Controls on a Windows Form to achieve proper placement on different resolution but the result is not satisfactory. Also you can use Automatic Scaling in Windows Forms. However, in general WPF is much better choice.
来源:https://stackoverflow.com/questions/30774549/how-to-make-size-of-window-responsive-for-every-type-of-screen-resolution-using