Reputation: 691
Is it possible to disable the touch scrolling of a flipview?
For example you can disable a scrollviewers scroll mode by setting the HorizontalScrollMode to False
I just need to disable it temporarily so I can manipulate the canvas inside the flipview using touch gestures.
Thanks in advance.
Upvotes: 2
Views: 945
Reputation: 31724
You can try getting hold of the ScrollViewer in the template of a FlipView using VisualTreeHelper and disable its scrolling.
Upvotes: 1