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.
在 WPF 4.0 中,我在 ScrollViewer 上使用了一个属性来更改减速,如下所示:
<ListBox ScrollViewer.PanningDeceleration="0.001" />
似乎在 WPF 4.5 中,我不再有权访问 ScrollViewer。如何更改 WPF 4.5 中的平移减速度?
我刚刚在 .Net 4.5 的 WPF 应用程序中尝试过。附加的财产在那里。您甚至在输入Scrollviewer. “无访问权到底是什么意思”后获得了 Intellisense?
Scrollviewer.