AddInternalChild Method
Adds the specified Control to the Children collection of a VirtualizingPanel element.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected void AddInternalChild(
Control control
)
Protected Sub AddInternalChild (
control As Control
)
member AddInternalChild :
control : Control -> unit
Parameters
- Control
- The control to add to the collection.