ComponentOne Basic Library for WPF and Silverlight
ScrollToHorizontalOffset Method (C1ListViewer)


C1.Silverlight Namespace > C1ListViewer Class : ScrollToHorizontalOffset Method
The target horizontal offset position.
Scrolls the content to the specified horizontal offset position.
Syntax
'Declaration
 
Public Sub ScrollToHorizontalOffset( _
   ByVal offset As System.Double _
) 
'Usage
 
Dim instance As C1ListViewer
Dim offset As System.Double
 
instance.ScrollToHorizontalOffset(offset)
public void ScrollToHorizontalOffset( 
   System.double offset
)

Parameters

offset
The target horizontal offset position.
See Also

Reference

C1ListViewer Class
C1ListViewer Members