ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Kanban functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Moves a list in a Kanban control.
Example
// Moves the LIST_To_Review list to position 2
KANBAN_Planning.MoveList(LIST_To_Review.ListIndex(), 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: 06/30/2023

Send a report | Local help