If you want to display many dataset of the same structure you might consider using the List object.
The List object supports multi-line list items and can show icons. Multi-line items are created by dividing each list item up using the
You can have one icon and some body text using the following formats:
Alternatively you can use the AddItem method which accepts title, body and icon as parameters to generically build up your list.
You can specify your own icon file for example
You can use the SetOnTouch and SetOnLongTouch methods to define a function you want to be called when a list item is selected. The selected item title, body, type and index are passed into your OnTouch callback function as parameters.
You can change the look of a List using the SetBackColor and SetTextColor functions on the list object. You can also set a background image/pattern or background gradient for the List using the SetBackground and SetBackGradient functions.
You can also create lists items that look like buttons by using one of the following options:
Or create lists with Gradient backgrounds like this:
Methods
The following methods are available on the List object: