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,在它部署在某些系统上之后,列变得非常小,尤其是在高分辨率笔记本电脑上。有什么方法可以确保列的大小保持不变?
DataGridView 本身大小相同,但最后 2 列缩小,因此不可用。
检查最后 2 列的属性,它们可能在 autoresizemode 中设置为“填充”(在布局下)。将其更改为“显示的单元格”或“列标题”。