Search code examples
c#.netwpfscatterview

Stop ScatterViewItem from rotating with 1 finger


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?


Solution

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