Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 689 Bytes

scrollviewer_scrolltohorizontaloffset_59519752.md

File metadata and controls

28 lines (18 loc) · 689 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.ScrollViewer.ScrollToHorizontalOffset(System.Double)
winrt method

Windows.UI.Xaml.Controls.ScrollViewer.ScrollToHorizontalOffset

-description

Note

ScrollToHorizontalOffset may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.

Scrolls the content that is within the ScrollViewer to the specified horizontal offset position.

-parameters

-param offset

The position that the content scrolls to.

-remarks

-examples

-see-also