iOSScrollableArea
From Xojo Documentation
Class (inherits from iOSControl)
This class is supported on Mobile (iOS). Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
New in 2016r2
A scrollable area allows users to view content that is larger than the size of the view itself. This control has one child control that is treated as the content. It determines when scrolling is required by applying the control's auto layout rules and comparing the required size to its own size.
Events | ||
|
Properties | ||||||||||
|
Methods | |||||||||
|
Notes
A scrollable area can scroll vertically, horizontally or both.