Scrolls the content to the specified horizontal offset position.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void ScrollToHorizontalOffset(
	double offset
)
Visual Basic
Public Sub ScrollToHorizontalOffset ( _
	offset As Double _
)

Parameters

offset
Type: System..::..Double
The target horizontal offset position.

See Also