
If the length of the text is more than the space available, the popup options text will be displayed truncated, in a single line with (.) ellipses.

If the length of the text is more than the space available, the selected options text will be displayed truncated, in a single line with (.) ellipses. Specifies the temporary or substitute text (a hint provided as a word or phrase) that must be displayed on the ComboBox until the actual selection is made. Specifies the title text to be displayed for the ComboBox. Specifies the set of values from which you can make a selection.

Specifies the set of values that must be displayed for the user to make a selection from the available choices. The area above the keyboard is known as Input Accessory View. The extra buttons (or controls) allow specific operations needed by your application, such as moving to the next or previous text field, making the keyboard disappear and so on. Used to enable and configure the left or right swipe actions for a widget.Īllows you to enable/disable the horizontal scrolling for the selected item in the ComboBox Widget. Specifies the background color for the wheel that is displayed when you click the ComboBox.Ĭontains an animation transformation that can be used to animate the widget. Specifies the view configuration for different viewtypes.
How to add combo box in word skin#
Specifies the skin that is applied to each item in the native popup (list of options available) that appears when you select the ComboBox. Specifies the look and feel of a widget when the cursor hovers on the widget. Specifies the look and feel of the ComboBox when in focus. Specifies the skin that must be used to block the interface until the action in progress (for example, a service call) is completed. Specifies the anchor point of the widget bounds rectangle using the widget's coordinate space. Invoked for every widget when the widget position and dimensions are computed or calculated. The ComboBox widget capabilities can be broadly categorized into the following: This widget will be available in the Widgets palette when the VBox form is selected in the app canvas.

You can add the ComboBox Widget only to the VBox form. You can use a ComboBox widget when you require a user to select a single item from a list of items (greater than 1 item) while occupying relatively lesser space as compared to a RadioButton widget (a radio button displays all the available options to make a single selection and hence takes more space). However, unlike the ListBox, you can only select a single item at a time. When you select an item from the drop-down list, the selected item is displayed on the ComboBox.Ī ComboBox is similar to a ListBox. If you select the drop-down arrow on a ComboBox, a drop-down list containing a list of items (values) are displayed. A ComboBox is a widget that allows you to select a single item from a drop-down list.
