Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1014 Bytes

scrollpresenter_scrollby_311024993.md

File metadata and controls

41 lines (22 loc) · 1014 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollBy(System.Double,System.Double,Microsoft.UI.Xaml.Controls.ScrollingScrollOptions)
winrt method

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

-description

Asynchronously scrolls by the specified delta amount with the specified animation and snap point modes.

-parameters

-param horizontalOffsetDelta

The offset to scroll by horizontally.

-param verticalOffsetDelta

The offset to scroll by vertically.

-param options

Options that specify whether or not animations are enabled and snap points are respected.

-returns

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

-remarks

-see-also

-examples