dcdroid
dcdroid

Reputation: 691

Windows 8: How to disable touch in Flipview control?

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

Answers (1)

Filip Skakun
Filip Skakun

Reputation: 31724

You can try getting hold of the ScrollViewer in the template of a FlipView using VisualTreeHelper and disable its scrolling.

Upvotes: 1

Related Questions