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