Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuScrollViewer Class / CanScrollRight Property

In This Topic
    CanScrollRight Property
    In This Topic
    Gets a value that indicates whether the vertical scroll isn't in the right-most position.
    Syntax
    'Declaration
     
    
    Public Property CanScrollRight As Boolean
    public bool CanScrollRight {get; set;}
    See Also