Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / ScrollableHeight Property

In This Topic
    ScrollableHeight Property
    In This Topic
    Gets a value that represents the vertical size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ScrollableHeight As Double
    public double ScrollableHeight {get;}
    See Also