A Combo Box provides a drop-down list control for your screens, where a user may select one among a list of mutually exclusive values. The list of items in the drop-down list is defined using the combo box's Items property. Each item in the drop-down list has a Label and a Value, either of which can be called in script to facilitate user interaction. You can configure the list to default to the first item and add some explanatory text to guide your users when no option has been selected. The background color of the combo box 's header and the color of the text in the combo box list is configurable. Font sizing, text styling, and text weighting are also configurable.
|
Sample Combo Box |