Scrolls the content that is within the ScrollViewer to the specified horizontal offset position.
Namespace:
System.Windows.Controls
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Sub ScrollToHorizontalOffset ( _
offset As Double _
)
Dim instance As ScrollViewer
Dim offset As Double
instance.ScrollToHorizontalOffset(offset)
public void ScrollToHorizontalOffset(
double offset
)
The HorizontalOffset property will not be updated until a layout pass has occurred. You can force an update by calling UpdateLayout.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference