Using A ComboBox in Flex

February 13, 2009

The ComboBox or DropDown in other development environments, is a very useful input element. The great advantage of it is the fact that you can determine the values that a user can choose.

The items that are choosable in a combo box can be both static as dynamic. The following examples show you how to use both approaches.

Read more