如何向 DataGridView 添加 RowPadding?

发布于 2024-10-18 16:00:08 字数 167 浏览 1 评论 0原文

我目前正在研究可分组的数据网格视图。一切正常,但现在我想在左侧添加填充。在下图中,我使用行标题并在其上绘画,但是没有其他方法吗?

通过 RowHeader 进行填充的 CustomDatagridView

I'm currently working on a groupable datagridview. All works fine, but now I want to add a padding to the left. In the picture below I'm using the rowheader and paint over it, but isn't there any other way?

CustomDatagridView with Padding via RowHeader

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

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

发布评论

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

评论(1

故人爱我别走 2024-10-25 16:00:08

您可以使用另一列,具有固定宽度,行标题隐藏,背景颜色设置为网格的背景颜色。

You could use another column, with a fixed width, the row-header hidden and the background-color set to the background-color of the grid.

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