Ultra Light Client Guide and Reference


Container attributes

autoArranging
Indicates whether the part is automatically arranged.

height
Minimum vertical size (in pixels).

horizontalGap
The space between adjacent columns (in pixels).

items
Sets the container's items. Each item must conform to UlcContainerItem.

labelPosition
Sets the label position relative to the icon.

identifierToItemMapping
Maps the identifier to the item.??

multiSelectionAllowed
Indicates if multiselection is allowed.

scrollbarDisplayPolicy
This integer must be one of these 3 constants: (UlcScrollbarsAlways, UlcScrollbarsAsNeeded (default), UlcScrollbarsNever)

selectedItems
The highlighted items (as a collection).

verticalGap
The space between adjacent rows (in pixels).

width
Minimum horizontal size (in pixels).


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]