VirtualizingPanel.AddInternalChild(UIElement) Method

Definition

Adds the specified UIElement to the InternalChildren collection of a VirtualizingPanel element.

protected:
 void AddInternalChild(System::Windows::UIElement ^ child);
protected void AddInternalChild (System.Windows.UIElement child);
member this.AddInternalChild : System.Windows.UIElement -> unit
Protected Sub AddInternalChild (child As UIElement)

Parameters

child
UIElement

The UIElement child to add to the collection.

Remarks

This method offers better performance for Panel elements that virtualize their child collection than does the Add method.

Applies to