ComponentOne Xamarin.iOS
ScrollableWidth Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ScrollViewer Class : ScrollableWidth Property
Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.
Syntax
'Declaration
 
Public ReadOnly Property ScrollableWidth As Double
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Double
 
value = instance.ScrollableWidth
public double ScrollableWidth {get;}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members