[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.DeferScrolling

DeferScrolling Property

DeferScrolling

Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb.

Declaration
public DeferScrolling DeferScrolling { get; set; }
Remarks
<p>The default behavior of the <xref href="C1.WPF.FlexGrid.C1FlexGrid" data-throw-if-not-resolved="false"></xref> is "live" scrolling, where the 

user is able to see the contents of the grid move while dragging the thumb of a scroll bar. This "live" scrolling requires a relatively large amount of processing, which in some cases may cause the UI to feel sluggish.

Deferred scrolling is an alternative scrolling behavior where the contents of the grid remain static until the user releases the mouse button (similar to the behavior of the Outlook 2007 Inbox).

While the user drags the scrollbar thumb in deferred scrolling mode, the grid raises the ScrollingDeferred event. This event can be used to provide feedback during the deferred scrolling operation.