Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridScrollMode Enumeration

In This Topic
    GridScrollMode Enumeration
    In This Topic
    Specifies how the grid is scrolled when the final user interacts with the grid.
    Syntax
    'Declaration
     
    
    Public Enum GridScrollMode 
       Inherits System.Enum
    public enum GridScrollMode : System.Enum 
    Members
    MemberDescription
    DimensionThe grid will be scrolled by row or column when dragging the scrollbar thumb.
    PixelThe grid will be scrolled by pixels when dragging the scrollbar thumb.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Grid.GridScrollMode

    See Also