ScrollViewerScrollToHorizontalOffset Method |
Scrolls the content that is within the ScrollViewer to the specified horizontal offset position.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public void ScrollToHorizontalOffset(
double offset
)
Parameters
- offset
- Type: SystemDouble
The position that the content scrolls to.
See Also