Darren Ng
Darren Ng

Reputation: 373

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?

Upvotes: 0

Views: 113

Answers (1)

Clemens
Clemens

Reputation: 128060

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

Upvotes: 1

Related Questions