0

By default, when dragging or throwing a ScatterViewItem around, it would rotate slightly also. Is there any way to limit this behavior such that rotation is permitted only when at least 2 fingers is doing the current manipulation?

Darren Ng
  • 373
  • 1
  • 5
  • 20

1 Answers1

1

Without having tested it: You should be able to set the SingleInputRotationMode property to SingleInputRotationMode.Disabled.

Clemens
  • 123,504
  • 12
  • 155
  • 268