ComponentOne FinancialChart for WPF
IsScrolling Property



C1.WPF Namespace > C1ListViewer Class : IsScrolling Property
Gets a value indicating whether the list is scrolling.
Syntax
'Declaration
 
Public ReadOnly Property IsScrolling As Boolean
'Usage
 
Dim instance As C1ListViewer
Dim value As Boolean
 
value = instance.IsScrolling
public bool IsScrolling {get;}
public:
property bool IsScrolling {
   bool get();
}
See Also

Reference

C1ListViewer Class
C1ListViewer Members