FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ScrollFlags Enumeration

In This Topic
    ScrollFlags Enumeration
    In This Topic
    Specifies options that customize scrollbar behavior.
    Syntax
    'Declaration
     
    
    Public Enum ScrollFlags 
       Inherits System.Enum
    public enum ScrollFlags : System.Enum 
    Members
    MemberDescription
    AlwaysVisibleKeep scrollbars visible even when they are disabled.
    DelayedScrollDo not scroll the control contents until the user releases the scrollbar thumb.
    KeepMergedRangePositionDo not scroll the control to the first cell of merged range.
    NoneUse the default scrolling behavior.
    ScrollByRowColumnScroll by rows and columns (instead of by pixel).
    ShowScrollTipsFire the C1FlexGridBase.ShowScrollTip event and display a tooltip next to the vertical scrollbar while scrolling vertically.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexGrid.ScrollFlags

    See Also