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


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

Parameters

offset
The target vertical offset position.
See Also

Reference

C1ListViewer Class
C1ListViewer Members