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

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