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# |
|---|
[FlagsAttribute] public enum DeferScrolling |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DeferScrolling |
Members
| Member name | Description | |
|---|---|---|
| None | Do not defer scrolling. | |
| DeferVertical | Defer scrolling in the vertical direction. | |
| DeferHorizontal | Defer scrolling in the horizontal direction. | |
| DeferBoth | Defer scrolling in both directions. |