[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.ScrollingDeferred

ScrollingDeferred Event

Occurs when scrolling is deferred while the user drags a scrollbar thumb.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public event EventHandler<CellRangeEventArgs> ScrollingDeferred
Returns
Type Description
EventHandler<CellRangeEventArgs> Occurs when scrolling is deferred while the user drags a scrollbar thumb.
Remarks

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.