Property | Description |
Max Number Per Page | Maximum number of list items to display on a single page of a ListView. |
Next Page Template | Template that defines an object to display at the bottom of the list of items in a ListView if more list items are available on subsequent pages. A user selects the object to display the next set of results in a ListView. Specify a template that you previously defined. The template should customize an object like a Button object. |
Previous Page Template | Template that defines an object to display at the top of the list of items in a ListView if more list items are available on previous pages. A user selects the object to display the previous set of results in a ListView. Specify a template that you previously defined. The template should customize an object like a Button object. |