标签: c# xaml windows-8 microsoft-metro windows-runtime
可能重复: Is there a way to get push to scroll functionality in Windows 8 metro Apps?
当鼠标光标到达屏幕末尾时,新的Windows 8“开始”菜单会水平滚动。
如何使滚动查看器以相同的方式工作?
<ScrollViewer Style="{StaticResource HorizontalScrollViewerStyle}"> ... </ScrollViewer>