[]
Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.
[Flags]
public enum DeferScrolling
| 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. |