ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
Example
// Maximum number of cards in LIST_To_validate
// No more cards can be added in the list
// once this number is reached.
LIST_To_validate.MaxNbCard = 2
Syntax

Getting the maximum number of cards allowed Hide the details

<Result> = <Kanban list>.MaxNbCard
<Result>: Integer
  • Maximum number of cards that can be displayed in the Kanban list,
  • 0, no cards can be added to the Kanban list,
  • -1, an unlimited number of cards can be displayed.
<Kanban list>: Control name
Kanban List control to be handled.

Setting the maximum number of cards allowed Hide the details

<Kanban list>.MaxNbCard = <Maximum value>
<Kanban list>: Control name
Kanban List control to be handled.
<Maximum value>: Integer
  • Maximum number of cards that can be displayed in the Kanban list,
  • 0, no cards can be added to the Kanban list,
  • -1, an unlimited number of cards can be displayed.
Remarks
Once the maximum number of cards has been reached, the user will not be able to drop more cards onto the Kanban list. The list footer (if any) is then grayed out.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/31/2023

Send a report | Local help