ScrollViewer.ScrollToHorizontalOffset Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Scrolls the content that is within the ScrollViewer to the specified horizontal offset position.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- offset
- Type: System.Double
The position that the content scrolls to.
The HorizontalOffset property will not be updated until a layout pass has occurred. You can force an update by calling UpdateLayout.
Version Notes
Windows Phone OS 7.1
In Windows Phone OS 7.1, when you set the content indirectly for the ScrollViewer, such as with a ContentPresenter. You should call UpdateLayout prior to calling ScrollToVerticalOffset or ScrollToHorizontalOffset; otherwise, an exception will occur.