ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewer Class / RefreshWhileScrolling Property



In This Topic
    RefreshWhileScrolling Property
    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
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Boolean
     
    instance.RefreshWhileScrolling = value
     
    value = instance.RefreshWhileScrolling
    public bool RefreshWhileScrolling {get; set;}
    public:
    property bool RefreshWhileScrolling {
       bool get();
       void set (    bool value);
    }
    See Also