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

In This Topic
    ScrollableHeight Property (C1ScrollViewer)
    In This Topic
    Gets a value that represents the vertical size of the content element that can be scrolled. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ScrollableHeight As Double
    public double ScrollableHeight {get;}
    See Also