ComponentOne FinancialChart for WPF
ScrollableHeight Property



C1.WPF 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 Double
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Double
 
value = instance.ScrollableHeight
public double ScrollableHeight {get;}
public:
property double ScrollableHeight {
   double get();
}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members