1

The ManipluationDelta event has the IsInertial property. Unfortunately it appears that a scatterview item 'ManipulationDelta' event does not fire. Only its ContainerManipulationDelta event fires, but the ContainerManipulationEventArgs does not expose the IsInertial property.

So is there any other way to determine when a scatterview item is being manipulated via inertia?

Linus Juhlin
  • 1,175
  • 10
  • 31
Jack
  • 21
  • 3

1 Answers1

0

look at ScatterViewItem.AreAnyTouchesCaptured. if that's false, then the item is being moved by inertia rather than by active touch inputs

Robert Levy
  • 28,747
  • 6
  • 62
  • 94