如何在没有项目的情况下滚动 DataGrid 列?

发布于 2025-01-07 10:04:49 字数 387 浏览 1 评论 0原文

我对 WPF DataGrid 有疑问,当项目不为空时,Horizo​​ntalScrollBar 是正常的。但如果 items 为空,则即使需要滚动列标题才能看到,也没有 Horizo​​ntalScrollBar。我怎样才能看到 Horizo​​ntalScrollBar? 我找到了一篇文章 http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/64b18ca9-f9f5-4748-86a8-c5b40815fd9b。但不能解决我的问题。 多谢。

i have a question with the WPF DataGrid, when the items is not empty , HorizontalScrollBar is normal. but if items is empty , there's no HorizontalScrollBar even if the columnsheader need to be scrolled to to see. how can i see the HorizontalScrollBar?
i have found a post http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/64b18ca9-f9f5-4748-86a8-c5b40815fd9b. but not fix my problem.
thanks a lot.

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

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

发布评论

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

评论(1

暖阳 2025-01-14 10:04:49

我们遇到了同样的问题,我们的解决方案是如果不再有行,则在网格中保留一个空行。这使水平滚动条保持活动状态。

We had same issue and our solution was to keep a single empty row in the grid if there is no rows anymore. This keept horizontal scrollbar active.

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