VirtualizingPanel.AddInternalChild 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 Children collection of a VirtualizingPanel element.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- 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 using the PresentationFrameworkCollection<T>.Add method.
Show: