VirtualizingPanel::InsertInternalChild Method (Int32, UIElement^)
.NET Framework (current version)
Adds the specified UIElement to the InternalChildren collection of a VirtualizingPanel element at the specified index position.
Assembly: PresentationFramework (in PresentationFramework.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.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: