Extended UI (ExtendedUI)

This property determines whether the list is displayed when the Down arrow key is pressed. True (default) or False.

ExtendedUI="True | False"

Value

Description

True

The user can use the Down arrow key to display the list.

False

The user can traverse the list with the arrow keys without fiirst expanding the list.

Setting in ProcScript

$fieldproperties(LISTFLD)="extendedui=false"