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.
是否可以禁用翻转视图的触摸滚动?
例如,您可以通过将 HorizontalScrollMode 设置为 False 来禁用 scrollviewers 滚动模式
我只需要暂时禁用它,这样我就可以使用触摸手势操作翻转视图内的画布。
提前致谢。
您可以尝试使用 VisualTreeHelper 在 FlipView 的模板中获取 ScrollViewer 并禁用其滚动。