'Declaration
Public Enum DataGridScrollMode Inherits System.Enum
public enum DataGridScrollMode : System.Enum
'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.Silverlight.DataGrid.DataGridScrollMode