VirtualizingPanel.InsertInternalChild Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds the specified UIElement to the collection of a VirtualizingPanel element at the specified index position.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- index
- Type: System.Int32
The index position within the collection at which the child element is inserted.
- child
- Type: System.Windows.UIElement
The UIElement child to add to the collection.
This method offers better performance for Panel elements that virtualize their child collection than does the PresentationFrameworkCollection<T>.Add method.
Show: