C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / ScrollableWidth Property


In This Topic
ScrollableWidth Property
In This Topic
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
See Also