MobileScrollableArea

From Xojo Documentation

Class (inherits from MobileUIControl)

New in 2020r2

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
Closing Opening
Properties
AccessibilityHint Height fa-lock-32.png Top fa-lock-32.png
AccessibilityLabel Left fa-lock-32.png Visible
Container Name fa-lock-32.png Width fa-lock-32.png
ControlCount Parent fa-lock-32.png
Enabled TintColor
Methods
AddConstraint ControlAt RemoveControl
AddControl Refresh ScrollTo
ClearFocus RemoveConstraint SetFocus

Notes

A scrollable area can scroll vertically, horizontally or both.

See Also

MobileContainer control; UserGuide:Mobile_Scrollable_Area topic