VirtualizingPanel.InsertInternalChild(Int32, UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified UIElement to the collection of a VirtualizingPanel element at the specified index position.
protected:
virtual void InsertInternalChild(int index, UIElement ^ child) = InsertInternalChild;
void InsertInternalChild(int const& index, UIElement const& child);
protected void InsertInternalChild(int index, UIElement child);
function insertInternalChild(index, child)
Protected Sub InsertInternalChild (index As Integer, child As UIElement)
Parameters
- index
-
Int32
int
The index position within the collection at which the child element is inserted.