C1.WPF.DataGrid Namespace > C1DataGrid Class : ScrollMode Property |
'Declaration
Public Property ScrollMode As DataGridScrollMode
public DataGridScrollMode ScrollMode {get; set;}
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. |
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