IAvaloniaListTMoveRange Method
Moves multiple items to a new index.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void MoveRange(
int oldIndex,
int count,
int newIndex
)
Sub MoveRange (
oldIndex As Integer,
count As Integer,
newIndex As Integer
)
abstract MoveRange :
oldIndex : int *
count : int *
newIndex : int -> unit
Parameters
- oldIndex Int32
- The first index of the items to move.
- count Int32
- The number of items to move.
- newIndex Int32
- The index to move the items to.