ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Kanban functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Moves a list in a Kanban control.
Example
// Déplace la liste LISTE_A_VOIR vers la position 2
KANBAN_Planning.DéplaceListe(LISTE_A_VOIR.IndiceListe(), 2)
Syntax
<Kanban control>.MoveList(<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 <Kanban list>.ListIndex.
<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
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help