The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ListView.loadingState property

Gets a value that indicates whether the ListView is still loading or whether loading is complete.
Syntax
var loadingState = listView.loadingState;
Property value
Type: String
One of the following values:
| Value | Condition |
|---|---|
|
The ListView has loaded all items, and any animations that might have been playing have finished. |
|
The ListView has loaded all the items it fetched. |
|
The ListView is loading new items. |
|
The ListView has finished loading each item in the viewport. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: