VirtualizingPanelInsertInternalChild 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) Version: 11.3.999
protected void InsertInternalChild(
	int index,
	Control control
)

Parameters

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

See Also