How to make size of Window responsive for every type of screen resolution using Windows form [closed]

核能气质少年 提交于 2020-01-20 07:52:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!