Setting the row count on a DropDownList control in Flex Gumbo
April 9th, 2009
The following example shows how you can set the row count on a Flex Gumbo DropDownList control by creating a custom skin and setting the skinClass style and requestedRowCount property.
Full code after the jump.
Source:Setting the row count on a DropDownList control in Flex Gumbo