VirtualizingPanelAddInternalChild Method

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

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected void AddInternalChild(
	Control control
)

Parameters

control  Control
The control to add to the collection.

See Also