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

In This Topic
    C1DataGridScrollMode Enumeration
    In This Topic
    Scroll Modes supported by the C1DataGrid.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use DataGridScrollMode instead.", True)>
    Public Enum C1DataGridScrollMode 
       Inherits System.Enum
    [Obsolete("Use DataGridScrollMode instead.", true)]
    public enum C1DataGridScrollMode : 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.C1DataGridScrollMode

    See Also