Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / RefreshWhileScrolling Property

In This Topic
    RefreshWhileScrolling Property (C1ListViewer)
    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