VirtualizingPanel.AddInternalChild(UIElement) Method

Definition

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

protected:
 virtual void AddInternalChild(UIElement ^ child) = AddInternalChild;
void AddInternalChild(UIElement const& child);
protected void AddInternalChild(UIElement child);
function addInternalChild(child)
Protected Sub AddInternalChild (child As UIElement)

Parameters

child
UIElement

The UIElement child to add to the collection.

Applies to