如何在滚动时显示 itemscontrol 中项目的部分视图?
我的列表框和视图中的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置 ListBox 的 ScrollViewer 的 CanContentScroll 属性为假。
Set CanContentScroll property of the ListBox's ScrollViewer to false.