ComponentOne DataGrid for WPF and Silverlight
DataGridScrollMode Enumeration

C1.WPF.DataGrid Namespace : DataGridScrollMode Enumeration
Scroll Modes supported by the C1DataGrid.
Syntax
'Declaration
 
Public Enum DataGridScrollMode 
   Inherits System.Enum
public enum DataGridScrollMode : System.Enum 
Members
MemberDescription
DeferredThe page is updated once the EndScroll event of the System.Windows.Controls.Primitives.ScrollBar is fired.
RealTimeThe page is updated every time the ThumbTrack event of the System.Windows.Controls.Primitives.ScrollBar is fired.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.DataGrid.DataGridScrollMode

See Also

Reference

C1.WPF.DataGrid Namespace