Used in combination with pullToRefresh. If set to true, newly loaded data will be appended on top when refershing.
Indicates whether the listview will call read on the DataSource initially.
Instance of DataSource or the data that the mobile ListView will be bound to.
If set to true, the listview gets the next page of data when the user scrolls near the bottom of the view.
If set to true, the group headers will persist their position when the user scrolls through the listview. Applicable only when the type is set to group, or when binding to grouped datasource.
The header item template (applicable when the type is set to group).
If set to true, a button is rendered at the bottom of the listview, which fetch the next page of data when tapped.
The text of the rendered load-more button (applies only if loadMore is set to true).
The message template displayed when the user pulls the listView. Applicable only when pullToRefresh is set to true.
If set to true, the listview will reload its data when the user pulls the view over the top limit.
The message template displayed during the refresh. Applicable only when pullToRefresh is set to true.
The message template indicating that pullToRefresh will occur. Applicable only when pullToRefresh is set to true.
The distance to the bottom in pixels, after which the listview will start fetching the next page. Applicable only when endlessScroll is set to true.
The style of the control. Can be either empty string(""), or inset.
The type of the control. Can be either flat
(default) or group. Determined automatically in databound mode.