Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of realized items.
Syntax
<div
data-win-control="WinJS.UI.ListView"
data-win-options="{ maxDeferredItemCleanup : value}" >
</div>
var maxDeferredItemCleanup = listView.maxDeferredItemCleanup;
listView.maxDeferredItemCleanup = maxDeferredItemCleanup;
Property value
Type: ****
The number of realized items.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |