ComponentOne DataGrid for WPF and Silverlight
VerticalScrollStep Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : VerticalScrollStep Property
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

Reference

C1DataGrid Class
C1DataGrid Members