Click or drag to resize
ScrollViewerScrollToHorizontalOffset Method
Scrolls the content that is within the ScrollViewer to the specified horizontal offset position.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public void ScrollToHorizontalOffset(
	double offset
)

Parameters

offset
Type: SystemDouble
The position that the content scrolls to.
See Also