【发布时间】:2012-03-11 14:55:56
【问题描述】:
我目前正在使用 Metro 和 C# 编写适用于 Windows 8 的应用程序。在我的应用程序中,我结合使用 scrollviewer 和 gridview 来显示我的数据。但是,我的问题是,如何使用鼠标滚轮使其可滚动?
在我的搜索中,我发现了位于 System.Windows.Input 中的 MouseWheelParameters,但是当我尝试使用 get_pageTranslation 时,它给出了一个错误,指出我无法显式使用 get 方法。
【问题讨论】:
标签: c# mouse scrollviewer windows-8 microsoft-metro