Reputation: 373
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?
Upvotes: 0
Views: 113
Reputation: 128060
Without having tested it: You should be able to set the SingleInputRotationMode
property to SingleInputRotationMode.Disabled
.
Upvotes: 1