ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ScrollViewer 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. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanScrollLeft As System.Boolean
    public System.bool CanScrollLeft {get;}
    See Also