Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuScrollViewer 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.
    Syntax
    'Declaration
     
    
    Public Property CanScrollDown As Boolean
    public bool CanScrollDown {get; set;}
    See Also