IItemContainerGenerator.GeneratorPositionFromIndex Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the GeneratorPosition object that maps to the item at the specified index.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Function GeneratorPositionFromIndex ( _ itemIndex As Integer _ ) As GeneratorPosition
Parameters
- itemIndex
- Type: System.Int32
The index of desired item.
Return Value
Type: System.Windows.Controls.Primitives.GeneratorPositionAn GeneratorPosition object that maps to the item at the specified index.
Show: