ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridScrollStep Structure / DataGridScrollStep Constructor / DataGridScrollStep Constructor(Double)
The value.

In This Topic
    DataGridScrollStep Constructor(Double)
    In This Topic
    Initializes a new instance of the DataGridScrollStep struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Double _
    )
    public DataGridScrollStep( 
       double value
    )

    Parameters

    value
    The value.
    See Also