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



In This Topic
    IsScrolling Property
    In This Topic
    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