ListView.scrollPosition property
Gets or sets the distance, in pixels, of the start of the viewable area within the viewport.
<div
data-win-control="WinJS.UI.ListView"
data-win-options="{ scrollPosition : value}" >
</div>
var scrollPosition = listView.scrollPosition;
listView.scrollPosition = scrollPosition;
Type: Number
A value greater than or equal to 0 that specifies the distance, in pixels, of the start of the viewable area within the viewport.
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |