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

In This Topic
    ExtentHeight Property (C1ScrollViewer)
    In This Topic
    Gets the vertical size of all the scrollable content in the C1ScrollViewer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExtentHeight As Double
    public double ExtentHeight {get;}
    See Also