iOSScrollableArea

From Xojo Documentation

Class (inherits from iOSControl)

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
Close Open
Properties
AccessibilityHint Left fa-lock-32.png Visible
AccessibilityLabel Name fa-lock-32.png Width fa-lock-32.png
Content Parent fa-lock-32.png
Height fa-lock-32.png Top fa-lock-32.png
Methods
AddConstraint ControlCount RemoveConstraint
AddControl Handle RemoveControl
Control Invalidate SetTintColor

Notes

A scrollable area can scroll vertically, horizontally or both.

See Also

iOSContainerControl