ILayout2.itemsFromRange method
Retrieves the indexes of the items in the specified pixel range.
Syntax
iLayout2.itemsFromRange(firstPixel, lastPixel);
Parameters
firstPixel
Type: NumberThe first pixel the range of items falls between.
lastPixel
Type: NumberThe last pixel the range of items falls between.
Return value
An object that has these properties:
Term | Description |
---|---|
firstIndex |
The index of the first item in the specified range. |
lastIndex |
The index of the last item in the specified range. |
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |