[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridScrollMode

GridScrollMode Enum

Specifies how the grid is scrolled when the final user interacts with the grid.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.GridControl.dll
Syntax
public enum GridScrollMode

Fields

Name Description
Dimension

The grid will be scrolled by row or column when dragging the scrollbar thumb.

Pixel

The grid will be scrolled by pixels when dragging the scrollbar thumb.