VirtualizingPanelRemoveInternalChild Method

Removes a child element from the Children collection.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected void RemoveInternalChild(
	Control child
)

Parameters

child  Control
The child to remove/

See Also