Skip to main content

RemoveInternalChildRange Method

Removes child elements from the Children collection.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected void RemoveInternalChildRange(
int index,
int count
)

Parameters

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

See Also

Reference

VirtualizingPanel Class
Avalonia.Controls Namespace