VirtualizingPanelRemoveInternalChildRange Method
Removes child elements from the
Children collection.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected void RemoveInternalChildRange(
int index,
int count
)
Protected Sub RemoveInternalChildRange (
index As Integer,
count As Integer
)
member RemoveInternalChildRange :
index : int *
count : int -> unit
Parameters
- index Int32
-
The beginning index position within the collection at which the first child element is
removed.
- count Int32
- The number of child elements to remove.