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.
我正在尝试找到一种在 WimRT 中使用鼠标滚轮滚动水平 ScrollViewer 的方法。我知道在 WPF 中很容易实现,但在 WinRT 中似乎没有这样的解决方法。有没有办法做到这一点?
谢谢
从我到目前为止所做的事情来看,您应该能够将 ScollViewer 的样式设置为
Style="{StaticResource HorizontalScrollViewerStyle}"
定义在StandardStyles.xaml
StandardStyles.xaml