ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollViewer Class / CanScrollDown Property



In This Topic
    CanScrollDown Property
    In This Topic
    Gets a value that indicates whether the vertical scroll isn't in the bottom position. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanScrollDown As Boolean
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Boolean
     
    value = instance.CanScrollDown
    public bool CanScrollDown {get;}
    public:
    property bool CanScrollDown {
       bool get();
    }
    See Also