ComponentOne DataGrid for WPF and Silverlight
ScrollMode Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : ScrollMode Property
Gets or sets the scroll behavior of the C1DataGrid.
Syntax
'Declaration
 
Public Property ScrollMode As DataGridScrollMode
public DataGridScrollMode ScrollMode {get; set;}
Remarks
Mode Description
RealTime The page is updated every time the ThumbTrack event of the System.Windows.Controls.Primitives.ScrollBar is fired.
Deferred The page is updated once the EndScroll event of the System.Windows.Controls.Primitives.ScrollBar is fired.
Default value is RealTime.
See Also

Reference

C1DataGrid Class
C1DataGrid Members