ComponentOne FinancialChart for WPF
RefreshWhileScrolling Property



C1.WPF Namespace > C1ListViewer Class : RefreshWhileScrolling Property
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

Reference

C1ListViewer Class
C1ListViewer Members