DataGridView-上一行之后的额外灰色空间

发布于 2025-01-24 06:59:29 字数 540 浏览 0 评论 0原文

我有一个带有两个列的DataGridView。最后一行之后,我有一些灰色空间。这里完全相同的问题,但尚未解决 datagridview最后一排之后

如何摆脱底部的额外灰色空间?

编辑:在这里您可以下载我正在谈论的预览: https://github.com/pr0s3q/datagridviewerror

sstatic.net/8ooid.png“ rel =“ nofollow noreferrer”>不必要的灰色空间

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

Unwanted grey space

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

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

发布评论

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

评论(1

梦罢 2025-01-31 06:59:29

通过更改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

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