滚动条和数据网格问题

发布于 2024-11-10 21:14:56 字数 111 浏览 6 评论 0原文

在我的数据网格中,我在 rowdetailsTemplate 中有一个堆栈面板,其中有花药数据网格。 当我打开一个包含大约 20 行的数据网格的行时,我尝试使用底部箭头滚动滚动条(主网格),但它不会向下滚动。

In my datagrid I have in the rowdetailsTemplate a stackpanel that has in it anther datagrid.
when I open a row that has in it a datagrid with about 20 rows and I try scrolling with the scrollbar (of the main grid) using the bottom arrow it wouldn't scroll down.

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

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

发布评论

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

评论(1

又爬满兰若 2024-11-17 21:14:56

对于滚动面板,您需要 组件,如本文所示:在 Silverlight 面板中滚动

可以将此组件添加到网格中。

For have scroll panel you need <ScrollViewer> component as show in this post :Scrolling In Silverlight Panels

It's possible add this component inside your grid.

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