MobileTableCustomCell

From Xojo Documentation

Class (inherits from MobileContainer)

New in 2020r2

A MobileTableCustomCell is a way to create a group of controls that can be embedded into a table cell. It is a great way to create powerful table layouts.

Events
Closing Opening
Methods
Handle
Properties
AccessibilityHint Height fa-lock-32.png Top fa-lock-32.png
AccessibilityLabel Left fa-lock-32.png Visible
AllowDynamicHeight Name fa-lock-32.png Width fa-lock-32.png
ControlCount Parent fa-lock-32.png
Enabled TintColor

Notes

To use, add a MobileTableCustomCell to your project (drag it from the Library to the Navigator) and then drag the controls you want into it. You can then use it with the iOSMobileTable.CreateCustomCell method in the table's data source RowData method or with the iOSMobileTable.AddRow method.

See Also

iOSMobileTable control