[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.DeferScrolling

DeferScrolling Enum

Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
[Flags]
public enum DeferScrolling

Fields

Name Description
DeferBoth

Defer scrolling in both directions.

DeferHorizontal

Defer scrolling in the horizontal direction.

DeferVertical

Defer scrolling in the vertical direction.

None

Do not defer scrolling.