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


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

Parameters

offset
The offset.
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members