ScrollingObjectCollection.HasMomentum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tracks whether the scroll has any kind of momentum. True if scroll is being dragged by a controller, the velocity is falling off after a drag release or during pagination movement.
public:
property bool HasMomentum { bool get(); };
public bool HasMomentum { get; }
member this.HasMomentum : bool
Public ReadOnly Property HasMomentum As Boolean