iOSCustomTableCell

From Xojo Documentation

Class (inherits from iOSContainerControl)

New in 2016r2

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

Notes

To use, add a CustomTableCell 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 iOSTable.CreateCustomCell method in the table's data source RowData method or with the iOSTable.AddRow method.

See Also

iOSTable control