ItemCollectionRemoveAt Method

Removes the item at the specified index of the collection or view.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the item to remove.

Exceptions

InvalidOperationException The collection is in ItemsSource mode.

See Also