VirtualizingPanelInsertInternalChild Method
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected void InsertInternalChild(
int index,
Control control
)
Protected Sub InsertInternalChild (
index As Integer,
control As Control
)
member InsertInternalChild :
index : int *
control : Control -> unit
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.