List Box Components
The List Box components include:
- List Box - Implements the basics of a list box. It has
a scroll bar frame, an item drawer, and a model, and reports events to a
list box observer. List boxes display a number of items within a scrolling
frame. The items in a list box which are visible at one time are represented
by a list box view.
- List Box Item -
(appears after List Box is added to a design) The view and model for
one item, which consists of a variable number of slots based on the layouts
used in the parent. The ListBox supports multiple layouts (e.g. text, text +
image, text + text).
- List Box Layout - (appears after List Box is added to a design) The list layout component specifies a
particular “normal” and “highlight” configuration for a list layout.

Figure 1 - List Box Components in Controls group
Related references