|
|
|
|
|
KanbanMoveList (Function) In french: KanbanDéplaceListe Moves a list in a Kanban control.
KanbanMoveList(KANBAN_Planning, KanbanListIndex(LISTE_A_VOIR), 2)
Syntax
KanbanMoveList(<Kanban control> , <Position before moving> , <Position after moving>)
<Kanban control>: Control name Name of the Kanban control used. <Position before moving>: Integer Position of the Kanban list before being moved. This position is returned by KanbanListIndex. <Position after moving>: Integer New position of the Kanban list. - If this position is less than or equal to 1, the Kanban list is moved to the first position.
- If this position is greater than or equal to the number of lists in the Kanban control, the list is moved to the last position.
- If <Position before moving> = <Position after moving>, the list stays at the same position.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|