ScrollViewer水平鼠标滚轮滚动

Mar*_*und 3 scroll windows-runtime

我正试图找到一种方法来使用WimRT中的鼠标滚轮滚动水平ScrollViewer.我知道在WPF中很容易实现,但是在WinRT中似乎没有这样的解决方法.有办法吗?

谢谢

use*_*496 5

从我到目前为止所做的,您应该能够将ScollViewer的样式设置为

Style="{StaticResource HorizontalScrollViewerStyle}"
Run Code Online (Sandbox Code Playgroud)

其中定义了 StandardStyles.xaml