C1.WPF.FlexGrid Namespace > C1FlexGrid Class : DeferScrolling Property |
'Declaration Public Property DeferScrolling As DeferScrolling
public DeferScrolling DeferScrolling {get; set;}
The default behavior of the C1FlexGrid 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2