Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 744 Bytes

scrollpresenter_scrollby_190712923.md

File metadata and controls

37 lines (20 loc) · 744 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollBy(System.Double,System.Double)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollBy(System.Double,System.Double)

-description

Asynchronously scrolls by the specified delta amount with animations enabled and snap points respected.

-parameters

-param horizontalOffsetDelta

The offset to scroll by horizontally.

-param verticalOffsetDelta

The offset to scroll by vertically.

-returns

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

-remarks

-see-also

-examples