'Declaration
Public Enum ScrollFlags Inherits System.Enum
public enum ScrollFlags : System.Enum
'Declaration
Public Enum ScrollFlags Inherits System.Enum
public enum ScrollFlags : System.Enum
Member | Description |
---|---|
AlwaysVisible | Keep scrollbars visible even when they are disabled. |
DelayedScroll | Do not scroll the control contents until the user releases the scrollbar thumb. |
KeepMergedRangePosition | Do not scroll the control to the first cell of merged range. |
None | Use the default scrolling behavior. |
ScrollByRowColumn | Scroll by rows and columns (instead of by pixel). |
ShowScrollTips | Fire the C1FlexGridBase.ShowScrollTip event and display a tooltip next to the vertical scrollbar while scrolling vertically. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.ScrollFlags