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


C1.WPF Namespace > C1ScrollViewer Class : ScrollToVerticalOffset Method
The offset.
Scrolls to vertical offset.
Syntax
'Declaration
 
Public Sub ScrollToVerticalOffset( _
   ByVal offset As System.Double _
) 
'Usage
 
Dim instance As C1ScrollViewer
Dim offset As System.Double
 
instance.ScrollToVerticalOffset(offset)
public void ScrollToVerticalOffset( 
   System.double offset
)

Parameters

offset
The offset.
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members