[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ScrollFlags

ScrollFlags Enum

Specifies options that customize scrollbar behavior.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
[Flags]
public enum ScrollFlags

Fields

Name Description
AlwaysVisible

Keep scrollbars visible even when they are disabled.

DelayedScroll

Do not scroll the control contents until the user releases the scrollbar thumb.

EnsureFirstVisible

When both this flag and ScrollByRowColumn are set, the first visible column(row) always sticks to the left(top) viewport border.

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 ShowScrollTip event and display a tooltip next to the vertical scrollbar while scrolling vertically.