A list box is used to accept input from a list of text values. The list may vary in length and will be scrollable if needed. You can define the list to accept only single item selections, or accept multiple item selections using the <Shift> and/or <Ctrl> keys. Using the “Edit/Properties” option you can set the following attributes:
Width – The width in font units of the list (including scroll bars).
Height – The height in font units of the list.
Allow multiple selections – Allow the user to select several items in the list using the <Shift> and <Ctrl> keys.
See Also