ComponentOne DataGrid for WPF and Silverlight
ScrollToHorizontalOffset Method (DataGridViewport)

C1.WPF.DataGrid Namespace > DataGridViewport Class : ScrollToHorizontalOffset Method
The horizontal offset.
Scrolls the content of the data grid to the specified horizontal offset position.
Syntax
'Declaration
 
Public Sub ScrollToHorizontalOffset( _
   ByVal horizontalOffset As System.Double _
) 
public void ScrollToHorizontalOffset( 
   System.double horizontalOffset
)

Parameters

horizontalOffset
The horizontal offset.
See Also

Reference

DataGridViewport Class
DataGridViewport Members