Skip to main content

InsertInternalChild Method

Adds the specified Control to the Children collection of a VirtualizingPanel element at the specified index position.

Definition

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

protected void InsertInternalChild(
int index,
Control control
)
View Source

Parameters

  Int32
The index position within the collection at which the child element is inserted.
  Control
The control to add to the collection.

See Also

Reference

VirtualizingPanel Class
Avalonia.Controls Namespace