Projects/Usability/HIG/Lists Rich Lists

From KDE TechBase
< Projects‎ | Usability‎ | HIG
Revision as of 09:57, 11 August 2008 by Tampakrap (talk | contribs) (New page: == Lists and Rich Lists == ==General Guidelines== '''When to use''' Use a list when there are six or more mutually exclusive choices. When offering between three and six options, use a ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Lists and Rich Lists

General Guidelines

When to use

Use a list when there are six or more mutually exclusive choices. When offering between three and six options, use a Combo Box and for less than three use Radio Buttons.


Label and Access

Always give list controls a label, positioned above or to the left of the list, in sentence capitalization. Provide an accelerator key in the label that allows the user to give focus directly to the list.


Size and Alignment

Make the list control large enough that it can show at least four items at a time without scrolling. For lists of ten or more items, increase this minimum size as appropriate.

If the list appears in a dialog or utility window, consider making the window and the list within it resizable so that the user can choose how many list items are visible at a time without scrolling. Each time the user opens this dialog, set its dimensions to those that the user last resized it to.