如何在滚动时显示 itemscontrol 中项目的部分视图?

发布于 2024-11-14 06:09:33 字数 187 浏览 4 评论 0原文

我的列表框和视图中的 ItemContainer 模板可能有点大并且显示大量信息。但是当我滚动时,大项目应该开始消失到顶部或底部,它会完全消失而不是部分可见。这会带来跳跃和忙碌的滚动,这并不是很漂亮,也不太好用。

是否有任何属性或简单的解决方案来获得其他行为。

我还可以以某种方式设置 Scrollviewer 内的滚动速度吗?

The ItemContainer templates in my Listboxes and views can be somewhat big and showing alot of info. But when I scroll and the big item should start disappearing to the top or bottom it disappears completely instead of being partially visible. This gives jumpy and hectic scrolling which isn't really pretty or pleasent to use.

Is there any attribute or a easy solution to get the other behaviour.

Also can I set the scrollspeed inside the Scrollviewer somehow?

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

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

发布评论

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

评论(1

痞味浪人 2024-11-21 06:09:33

设置 ListBox 的 ScrollViewer 的 CanContentScroll 属性为假。

Set CanContentScroll property of the ListBox's ScrollViewer to false.

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