Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户单击滚动条箭头时,内容移动非常缓慢(水平偏移在 16 处发生变化)。单击箭头时如何提高换档速度?(SmallChange 不起作用)
不幸的是,它在滚动查看器中是相当硬编码的。
我知道的唯一方法是根据您要在滚动查看器中使用的面板制作一个新面板,并IScrollInfo为其实现。
IScrollInfo
然后,将此面板设置为滚动查看器的内容并设置CanContentScroll为 true。
CanContentScroll
StackPanel工具IScrollInfo,但其他面板没有。
StackPanel