Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
| C# |
|---|
public enum DeferScrolling |
| Visual Basic |
|---|
Public Enumeration DeferScrolling |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not defer scrolling. | |
| DeferVertical | 1 | Defer scrolling in the vertical direction. | |
| DeferHorizontal | 2 | Defer scrolling in the horizontal direction. | |
| DeferBoth | 3 | Defer scrolling in both directions. |