ComponentOne Xamarin.iOS
ScrollableHeight Property


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

Reference

C1ScrollViewer Class
C1ScrollViewer Members