The following example shows how you can set the number of visible items in a Flex ComboBox control’s dropdown menu by setting the rowCount property.
Full code after the jump.
Continue reading ‘Setting the number of visible items in a ComboBox control’s dropdown menu in Flex’
In a previous example, “Disabling keyboard navigation on the Accordion container in Flex”, we saw how to disabe keyboard navigation on the Flex Accordion container by overriding the keyDownHandler() method.
The following example shows how you can disable keyboard navigation on the Flex List control by extending the List class and overriding the protected keyDownHandler() method.
Full code after the jump.
Continue reading ‘Disabling keyboard navigation on the List control in Flex’