SelectableListNodeListMoveSelectedItemsUp(ActionInt32, Int32) Method |
Move the selected items one place up (i.e. to lower index).
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void MoveSelectedItemsUp(
Action<int, int>? docExchangeAction
)
Parameters
- docExchangeAction ActionInt32, Int32
- You can provide an action here which will simultanously change also the corresponding document nodes. 1st arg is the first index of the doc to exchange, 2nd arg the second index.
See Also