List Box
Description
Purpose Advantages
Disadvantages Usage List Size
Caption
- Description
- A permanently displayed box-shaped control containing a list of attributes or objects
from which a single selection is made or multiple selections are made.
- The choice may be text, pictorial representations, or graphics.
- Selections are made by using a mouse to point and click.
- Capable of being scrolled to view large lists of choices.
- No text entry field exists in which to type text.
- A list box may be associated with a text box control where the selected choice may be
displayed or an item added to the list.
- Purpose
- To select from a large set of choices that may be either mutually exclusive options or
non-mutually exclusive options.
- Advantages
- Unlimited number of choices
- Reminds users of available options.
- Box always visible
- Disadvantages
- Consumes screen space
- Often requires an action (scrolling) to see all list choices.
- The content may change, making it hard to find items.
- The list may be ordered in an unpredictable way, making it hard to find items.
- Usage
- For selecting values or setting attributes.
- For choices that are mutually exclusive or non-mutually exclusive.
- Where screen space is available.
- For data and choices that are:
- Best represented textually.
- Not frequently selected.
- Not well known, easily learned, or remembered.
- Ordered in a non-predictable fashion.
- Frequently changed.
- Large in number.
- Fixed or variable in list length.
- When screen space or layout considerations make radio buttons or check boxes
impractical.
- List Size
- Not limited in size.
- Present all available alternatives.
- Requires no more than 40 pagedowns to search a list.
- Caption
- Use mixed-case letters.
- The preferred position of the control caption is above the upper-left corner of the list
box.
- Alternatively, the caption may be located to the left of the topmost choice description.
Previous|Next