ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / VerticalScrollStep Property

In This Topic
    VerticalScrollStep Property (C1DataGrid)
    In This Topic
    Gets a value indicating how the vertical scroll behaves when user press the up/down buttons of the vertical scroll bar or when the user uses the mouse wheel. This property is useful when the detail of the rows is too big, typically used in hierarchical scenarios.
    Syntax
    'Declaration
     
    
    Public Property VerticalScrollStep As DataGridScrollStep
    public DataGridScrollStep VerticalScrollStep {get; set;}
    Remarks
    Mode Description
    Discrete Always a row will be scrolled independently the size of the row.
    Pixel Each time the mouse wheel event is raised an specified number of pixels is scrolled.
    See Also