ComponentOne FlexGrid for WinForms
ScrollFlags Enumeration

C1.Win.C1FlexGrid Namespace : ScrollFlags Enumeration
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.C1FlexGrid.ScrollFlags

See Also

Reference

C1.Win.C1FlexGrid Namespace