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.
我有一个以 DataGridView 作为主要组件的表单。当用户最大化表单时,我需要调整 DGV 的大小。
正如我在网上阅读的那样,这不能以编程方式完成。
该程序用 C# 编写并使用 WinForms。你会怎么做?
使用 Anshor 属性,并设置为所有四个边(顶部、右侧、底部和左侧)。这样,datagridview 将与表单一起调整大小。
另一种选择是使用停靠属性,