Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ScrollViewer Class / CanScrollUp Property

In This Topic
    CanScrollUp Property (C1ScrollViewer)
    In This Topic
    Gets a value that indicates whether the vertical scroll isn't in the top position. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanScrollUp As Boolean
    public bool CanScrollUp {get;}
    See Also