list

Description

A list item is used to allow the user to select one or more options from list.

Attributes

    backgroundcolor
    fontbold
    fontitalic
    fontname
    fontsize
    fontunderline
    foregroundcolor
    id (required)
    numberoflines
    oncreate (false)
    ondestroy (false)
    onselect (false)
    popup
    position (center)
    selectmode (single)
    state (enabled)

Children

line

Description of attributes

numberoflines

The numberoflines option specifies the number of lines that should be visible at a time.

onselect

Specifies whether an entry in the codeframe of the window should be created to handle an onselect event of this element. Allowed values are true and false. The default value is false.

selectmode

This attribute describes the selectmode. In single mode only one line at a time may be selected. In multiple mode more than one line may be selected. Allowed values are single and multiple. The default value is single.