IAvaloniaListTMove Method
Moves an item to a new index.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void Move(
int oldIndex,
int newIndex
)
Sub Move (
oldIndex As Integer,
newIndex As Integer
)
abstract Move :
oldIndex : int *
newIndex : int -> unit
Parameters
- oldIndex Int32
- The index of the item to move.
- newIndex Int32
- The index to move the item to.