Array of item objects.
Array, default = []
This array contains all the item objects. A item object has the following structure:
You can define them during the listview creation:
Or any time during run-time:
If you change this array you will need to call .refresh() method to update items on the screen. To
change items dynamically, you
can also use .add(), .insert(),
.remove(), .set() methods.