VirtualizingPanel.RemoveInternalChildRange Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes child elements from the Children collection.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Sub RemoveInternalChildRange ( _ index As Integer, _ range As Integer _ )
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 PresentationFrameworkCollection(Of T).Remove method.
Show: