Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 859 Bytes

scrollview_addscrollvelocity_1657933165.md

File metadata and controls

34 lines (20 loc) · 859 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ScrollView.AddScrollVelocity(Windows.Foundation.Numerics.Vector2,Windows.Foundation.IReference{Windows.Foundation.Numerics.Vector2})
winrt method

Microsoft.UI.Xaml.Controls.ScrollView.AddScrollVelocity(Windows.Foundation.Numerics.Vector2,Windows.Foundation.IReference{Windows.Foundation.Numerics.Vector2})

-description

Asynchronously adds velocity to a scroll action.

-parameters

-param offsetsVelocity

The rate of the scroll offset change.

-param inertiaDecayRate

The decay rate of the inertia.

-returns

A correlation ID number used to associate this method call with corresponding events.

-remarks

-see-also

-examples