MobileContainer

From Xojo Documentation

Class (inherits from MobileUIControl)

A MobileContainer is a way to create a group of controls that are treated as a single control. It is a great way to simplify complex screens. In addition, with MobileContainer, you can create reusable controls to include on multiple screens or even other MobileContainers.

Events
AppearanceChanged Closing Opening
Methods
AddConstraint ControlAt RemoveControl
AddControl Refresh SetFocus
ClearFocus RemoveConstraint
Properties
AccessibilityHint Height fa-lock-32.png TintColor
AccessibilityLabel Left fa-lock-32.png Top fa-lock-32.png
ControlCount Name fa-lock-32.png Visible
Enabled Parent fa-lock-32.png Width fa-lock-32.png

See Also

MobileScreen class, MobileScrollableArea control