WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.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
    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.WinUI.Grid.GridScrollMode

    See Also