iOSMobileTable.Formats
From Xojo Documentation
Enumeration
Indicates the formatting of the table.
Values
Name | Description |
---|---|
Plain | A plain table consists of just the rows and section headings. This is the default. |
Grouped | A grouped table has the section headings displayed outside of the table in visually distinct sections. |
InsetGrouped | A grouped table where the grouped sections are inset with rounded corners. |
Notes
Used by the Format property. You can set this value using the Format property in the Inspector.