积极答复者
winform 分辨率问题

问题
答案
-
这个应该是你窗体中控件的一些属性没有设置好,你应该重新设置下这些控件的属性,例如DOCK, anchor
等属性,你再重新设置下
努力+方法=成功- 已标记为答案 YiChun Chen 2010年4月15日 13:04
-
你好!
你也可以选择使用TableLayoutPanel等控件作为容器,把其他的控件放入Panel中,这个控件会使其中包含的控件随着程序环境的变化而变化。
可以参考:http://msdn.microsoft.com/zh-cn/library/system.windows.forms.tablelayoutpanel.aspx
希望对你有所帮助。
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- 已标记为答案 YiChun Chen 2010年4月15日 13:04
全部回复
-
这个应该是你窗体中控件的一些属性没有设置好,你应该重新设置下这些控件的属性,例如DOCK, anchor
等属性,你再重新设置下
努力+方法=成功- 已标记为答案 YiChun Chen 2010年4月15日 13:04
-
你好!
你也可以选择使用TableLayoutPanel等控件作为容器,把其他的控件放入Panel中,这个控件会使其中包含的控件随着程序环境的变化而变化。
可以参考:http://msdn.microsoft.com/zh-cn/library/system.windows.forms.tablelayoutpanel.aspx
希望对你有所帮助。
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- 已标记为答案 YiChun Chen 2010年4月15日 13:04