C1.Win.C1FlexGrid Namespace : ScrollFlags Enumeration |
'Declaration
<FlagsAttribute()> Public Enum ScrollFlags Inherits System.Enum
'Usage
Dim instance As ScrollFlags
[Flags()] public enum ScrollFlags : System.Enum
[Flags()] public enum class ScrollFlags : public 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2