[]
Occurs when scrolling is deferred while the user drags a scrollbar thumb.
public event EventHandler<CellRangeEventArgs> ScrollingDeferred
Type | Description |
---|---|
EventHandler<CellRangeEventArgs> | Occurs when scrolling is deferred while the user drags a scrollbar thumb. |
Deferred scrolling is enabled by the DeferScrolling property. It may improve the perceived performance of the grid by updating it only when the user releases the scrollbar thumb.