ObservableListTMoveToHigherIndex Method |
Moves the item at index idx to the index idx+1.
The item at index idx+1 is moved to index idx.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void MoveToHigherIndex(
int idx
)
Parameters
- idx Int32
- The index of the item to move.
See Also