ComboBox.dropdownWidth

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

myComboBox.change

Description

Property; the width limit in pixels of the drop-down list. The default value is the width of the ComboBox component (the TextInput instance plus the SimpleButton instance).

Example

The following code sets the dropdownWidth to 150 pixels:

myComboBox.dropdownWidth = 150;

See also

ComboBox.dropdown