C# WinForm 3.5 DataGridView 列自动调整边距
我有一个 C# 3.5 WinForm 项目,我找不到在哪里调整用于 DataGridView 标题自动大小的边距。
AutoSizeColumnsMode 设置为“无”。 我可以放大或缩小列的大小,然后双击自动调整大小,它会弹出到这个宽度,使用我出色的绘画技巧所说明的边距:
如何调整使用的保证金?
I have a C# 3.5 WinForm project, and I can't find where to adjust Margin used for a DataGridView's Header AutoSize.
AutoSizeColumnsMode is set to None.
I can resize the column larger or smaller, then double click to AutoResize, and it pops to this width, using the margin illustrated by my awesome paint skills:
How can I adjust the margin used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样的东西: C# AutoSize DatagridView 由 Linq 查询填充
Something like this: C# AutoSize DatagridView Populated By Linq Query
“我想调整自动调整大小所使用的边距”
用于设置 DataGridView 边距列大小的属性稍微不太明显:
"I want to adjust the margin used by autosizing"
The property used to set a DataGridView's Margin Column size is slightly less obvious: