ListView.pagesToLoad property

0 out of 1 rated this helpful - Rate this topic

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

Ui.js

See also

ListView
loadingBehavior
pagesToLoadThreshold

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.