ComponentOne Basic Library for WPF and Silverlight
ScrollableHeight Property (C1ScrollViewer)


C1.Silverlight Namespace > C1ScrollViewer Class : ScrollableHeight Property
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 System.Double
'Usage
 
Dim instance As C1ScrollViewer
Dim value As System.Double
 
value = instance.ScrollableHeight
public System.double ScrollableHeight {get;}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members