ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ScrollMode Property

In This Topic
    ScrollMode Property
    In This Topic
    Gets or sets the scroll behavior of the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Property ScrollMode As DataGridScrollMode
    public DataGridScrollMode ScrollMode {get; set;}
    Remarks
    Mode Description
    RealTime The page is updated every time the ThumbTrack event of the System.Windows.Controls.Primitives.ScrollBar is fired.
    Deferred The page is updated once the EndScroll event of the System.Windows.Controls.Primitives.ScrollBar is fired.
    Default value is RealTime.
    See Also