ComponentOne FlexGrid for WPF and Silverlight
DeferScrolling Property (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : DeferScrolling Property
Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb.
Syntax
'Declaration
 
Public Property DeferScrolling As DeferScrolling
public DeferScrolling DeferScrolling {get; set;}
Remarks

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.

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members