ListControl
A ListControl can be used to show a collection of data. A ListControl can have these attributes, in addition to the common control attributes:
| Attribute | Description |
|---|---|
| FooterViewId | ID of the view to use for the list footer. |
| HeaderViewId | ID of the view to use for the list header. |
| ItemViewId | ID of the view to use for individual items in the list. |
| OnItemSelected | Rule to execute when the user selects an item in the list. |
| SelectionControlId | ID of the control used to select list items. |