Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有内置选项可以在调整表单大小时保留表单的宽度(或高度),因此您只能在 WinForms 中更改表单的高度(或宽度)?我不是在寻找自定义代码解决方案,只有通过属性工具栏的选项。
例如,对于 500 像素的固定高度:您可以将 表单设置MinimumSize为0;500和。MaximumSize5000;500
MinimumSize
0;500
MaximumSize
5000;500