VirtualizingPanelRemoveInternalChildRange Method

Removes child elements from the Children collection.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected void RemoveInternalChildRange(
	int index,
	int count
)

Parameters

index  Int32
The beginning index position within the collection at which the first child element is removed.
count  Int32
The number of child elements to remove.

See Also