ItemContainerGenerator.GeneratorPositionFromIndex Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the generated position of the item at the specified index.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Function GeneratorPositionFromIndex ( _ itemIndex As Integer _ ) As GeneratorPosition
Parameters
- itemIndex
- Type: System.Int32
The index of the item to retrieve the position of.
Return Value
Type: System.Windows.Controls.Primitives.GeneratorPositionThe position of the item as generated by the ItemContainerGenerator.
Implements
IItemContainerGenerator.GeneratorPositionFromIndex(Int32)
Show: