A list box is a control that enables the display of a series of attribute values as a list. The user may select from the list and, optionally, enter new values in the list.
List boxes are used on windows and dialog boxes.
Note: A CA Gen-generated application automatically handles vertical and horizontal scrolling on list boxes.
You can specify the following for list boxes:
|
|
Possible |
|
|---|---|---|
|
Non-enterable list box (the default) |
Several |
The user will always need to see the list. |
|
Non-enterable drop-down list |
Only one |
Space is limited. Note: If there are fewer than 6 possible values, consider using radio buttons instead of a list box (see the Designing Radio Buttons section in this chapter). |
|
Enterable list box |
Only one |
Data entry and list selection are allowed. |
|
Enterable drop-down |
Only one |
Data entry only is allowed. |
|
Copyright © 2013 CA.
All rights reserved.
|
|