Click or drag to resize

SelectableListNodeListMoveSelectedItemsDown(ActionInt32, Int32) Method

Move the selected items one place down (i.e. to higher index).

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void MoveSelectedItemsDown(
	Action<int, int>? docExchangeAction
)

Parameters

docExchangeAction  ActionInt32, Int32
You can provide an action here which will simultanously change the corresponding document nodes. 1st arg is the first index of the doc to exchange, 2nd arg the second index.
See Also