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.
我设计了一个 Windows 应用程序。在该表单中包含具有更多列和更少列的 GridView。现在我想最适合 Gridview 100 百分比的列和宽度。
尝试以下操作:
MyGridView.BestFitColumns();
我找到了解决方案:
GridView -> 右键单击 -> 最佳拟合(所有列)。
GridView -> 属性 -> OptionsView -> ColumnAutoWidth -> True