VirtualizingPanel::RemoveInternalChildRange Method (Int32, Int32)
.NET Framework (current version)
Removes child elements from the InternalChildren collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
The beginning index position within the collection at which the first child element is removed.
- range
-
Type:
System::Int32
The total number of child elements to remove from the collection.
This method offers better performance for Panel elements that virtualize their child collection than does the RemoveRange method.
.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: