RemoveInternalChildRange Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Controls
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft