'Declaration
Public Property VerticalScrollStep As DataGridScrollStep
public DataGridScrollStep VerticalScrollStep {get; set;}
'Declaration
Public Property VerticalScrollStep As DataGridScrollStep
public DataGridScrollStep VerticalScrollStep {get; set;}
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. |