C1.WPF.DataGrid Namespace : DataGridScrollMode Enumeration |
'Declaration
Public Enum DataGridScrollMode Inherits System.Enum
public enum DataGridScrollMode : System.Enum
Member | Description |
---|---|
Deferred | The page is updated once the EndScroll event of the System.Windows.Controls.Primitives.ScrollBar is fired. |
RealTime | The page is updated every time the ThumbTrack event of the System.Windows.Controls.Primitives.ScrollBar is fired. |
System.Object
System.ValueType
System.Enum
C1.WPF.DataGrid.DataGridScrollMode
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