ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / IsDeferredScrollingEnabled Property

In This Topic
    IsDeferredScrollingEnabled Property
    In This Topic
    Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb.
    Syntax
    'Declaration
     
    
    Public Property IsDeferredScrollingEnabled As Boolean
    public bool IsDeferredScrollingEnabled {get; set;}
    See Also