dropdown

Selection List Properties and Selection Tree Properties more information on these components.

Sets the Selection List to dropdown style, in which the Selection List is compactly represented by just its title bar. When the user moves the mouse over the List, the List automatically expands to display the available options.

Type

Boolean

true: show compact title-bar only display
false: show normal display (default)

Example

SelectionList1.dropdown = true;

Either syntax below can be used in component script:

dropdown                   // unqualified
SelectionList1.dropdown    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.