ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / RefreshWhileScrolling Property

In This Topic
    RefreshWhileScrolling Property (C1ListView)
    In This Topic
    Gets or sets a value indicating whether the viewport must be refreshed while the scroll is running.
    Syntax
    'Declaration
     
    Public Property RefreshWhileScrolling As Boolean
    public bool RefreshWhileScrolling {get; set;}
    See Also