List View
List View is a scrollable native iOS Design Element that displays a data collection using re-usable List View Cells arranged in multiple rows and one column. You will need to assign a Cell to the List View using either Datasource or Screen Properties bind.
Tip: If you need to display more than one column or scroll horizontally, you will need to use Grid View.
List View Properties
Separator Color
The color of separators when separator style is Single Line
.
Separator Style
The style of the separators between cells.
Tip: You can use the None
option and design your separator in each Cell.
Default value: Single Line
Right separator inset
The right inset of separators when separator style is Single Line
.
Default value: 0
Left separator inset
The right inset of separators when separator style is Single Line
.
Default value: 15
Allows selection
This property determines whether users can select a row.
Allows multiple selection
This property determines whether users can select multiple rows.
View
Alpha
Alpha is a number that alters the transparency of the list view. It ranges between 0.0 and 1.0, where 0.0 makes the List View totally transparent and 1.0 totally opaque.
Default value: 1.0
Background Color
List view’s background color.
Hidden
If enabled, it hides the List View and all of its cells.
Code
Display Name
You can use this text to identify the List View in the Code Blocks Editor and in the List of the Screen’s elements. It is not visible to the users.
Visible In Code
It makes the List View visible in the Code Blocks Editor in order to connect it to other Code Blocks.