Click or drag to resize

ObservableListTMoveToLowerIndex 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.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void MoveToLowerIndex(
	int idx
)

Parameters

idx  Int32
The index of the item to move.
See Also