DataGridView-上一行之后的额外灰色空间
我有一个带有两个列的DataGridView。最后一行之后,我有一些灰色空间。这里完全相同的问题,但尚未解决 datagridview最后一排之后
如何摆脱底部的额外灰色空间?
编辑:在这里您可以下载我正在谈论的预览: https://github.com/pr0s3q/datagridviewerror
I have a DataGridView with two columns. After the last row I have some gray space. It is exactly the same problem here but it is unsolved DataGridView showing some extra space after last row
How can I get rid of this extra gray space on the bottom?
Edit: Here you can download preview that I am talking about:
https://github.com/pr0s3q/DataGridViewError
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过更改DataGridView高度解决了问题。
我的图像具有85%的高度,因此我需要适合其中的特定数量(即4,而不是3.5)
因此85x4 = 340,增加内部边缘,我需要拥有347px的高度才能看到这个丑陋的灰色空间
The problem got fixed by changing datagridview height.
My images have 85px height, so I need to fit specific number of them (i.e. 4, not 3.5)
So 85x4 = 340, adding inner margins, I need to have 347px height in order to not see this ugly gray space