List

Overview

This control is used to display a list of items, that can be used in several ways.

Configuration

Three menus are available :
  • Display:
    • Items : items to list, one by line
    • Text Font
    • Text Color
    • Background Color
    • Border Color
    • Border Type
  • Behavior:
    • Drop-down list : Convert the display of the list from a table view to a single item view with a drop-down list :

    • Multi-Selection : allows user to select multiple items, does not work with drop-down lists (use CTRL to select multiple)
    • Checkable : allows user to check multiples items

  • Events: Script to execute when the list content selection has changed.

Example

  • A non checkable list that message the user of his choice :



  • A list that fills up with user defined inputs :
    We will need a list, a textbox and a button. Filling the textbox and clicking on the button will add the text as an new item in the list. The following code is in the button :