| |
Item ListUsage | Types | Related Controls
UsageUse item lists whenever you want to present a list of items in an unobtrusive way, where reading is the primary usage and where there is - apart from links - no interaction on the list elements. Lists have the following characteristics:
Description - Label or HeadingItem lists may have a label or heading. A descriptive label may be placed above or to the left of the item list, a heading should typically be placed above the item list. Use the label control for both labels and headings. Note that the label control allows to set font attributes in order to emphasize headings.
Figure 2: Item list with a heading TypesThere are two types of item lists, an unordered or bullet list, and an ordered or numbered list. Both types are set using the Boolean attribute ordered: ordered = TRUE renders a numbered list, ordered = FALSE a bullet list. Usage - TypesUse an ordered item list if you want to present items in a certain predefined sequence, e.g. a ranking. Use an unordered list if there is no predefined item order. Related Controls |
|||||||