ILayout.calculateLastVisible method
This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Returns the index of the last item visible at the specified point.
Syntax
iLayout.calculateLastVisible(endScrollPosition, wholeItem).done( /* Your success and error handlers */ );
Parameters
endScrollPosition
Type: IntegerThe last visible pixel in the ListView. For horizontal layouts, this is the x-coordinate of the pixel. For vertical layouts, this is the y-coordinate.
wholeItem
Type: Booleantrue if the item must be completely visible; otherwise, false if its ok for the item to be partially visible. Promise
Return value
Type: Promise**
A Promise for the index of the last visible item at the specified point.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |