ListView.pagesToLoad property
Gets or sets the number of pages to load when the user scrolls beyond the threshold the pagesToLoadThreshold property specifies if the loadingBehavior property is set to "incremental".
Syntax
<div data-win-control="WinJS.UI.ListView" data-win-options="{ pagesToLoad : value}" ></div>
var pagesToLoad = listView.pagesToLoad;
listView.pagesToLoad = pagesToLoad;
Property value
Type: Number
A number greater than 0 that specifies the number of pages to load when the loadingBehavior property is set to "incremental" and the user scrolls beyond the threshold specified by the pagesToLoadThreshold property.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012
