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)
- C#
- VB
- F#
protected void InsertInternalChild(
int index,
Control control
)
Protected Sub InsertInternalChild (
index As Integer,
control As Control
)
member InsertInternalChild :
index : int *
control : Control -> unit
Parameters
- Int32
- The index position within the collection at which the child element is inserted.
- Control
- The control to add to the collection.