C# WinForm 3.5 DataGridView 列自动调整边距

发布于 2024-11-18 07:30:06 字数 244 浏览 1 评论 0原文

我有一个 C# 3.5 WinForm 项目,我找不到在哪里调整用于 DataGridView 标题自动大小的边距。

AutoSizeColumnsMode 设置为“无”。 我可以放大或缩小列的大小,然后双击自动调整大小,它会弹出到这个宽度,使用我出色的绘画技巧所说明的边距:

DataGridView 标题边距 如何调整使用的保证金?

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:

DataGridView Header Margin
How can I adjust the margin used?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一杆小烟枪 2024-11-25 07:30:06

“我想调整自动调整大小所使用的边距”

用于设置 DataGridView 边距列大小的属性稍微不太明显:

DataGridView1.RowHeadersWidth = 41;

"I want to adjust the margin used by autosizing"

The property used to set a DataGridView's Margin Column size is slightly less obvious:

DataGridView1.RowHeadersWidth = 41;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文