如何向 DataGridView 添加 RowPadding?
我目前正在研究可分组的数据网格视图。一切正常,但现在我想在左侧添加填充。在下图中,我使用行标题并在其上绘画,但是没有其他方法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用另一列,具有固定宽度,行标题隐藏,背景颜色设置为网格的背景颜色。
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.