ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridScrollMode Enumeration

In This Topic
    DataGridScrollMode Enumeration
    In This Topic
    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.Silverlight.DataGrid.DataGridScrollMode

    See Also