Skip to content

Instantly share code, notes, and snippets.

@simion314
Last active December 25, 2015 11:59
Show Gist options
  • Save simion314/6972881 to your computer and use it in GitHub Desktop.
Save simion314/6972881 to your computer and use it in GitHub Desktop.
Flex dropdown number of visible items
<s:DropDownList id="searchSiteD" selectedIndex="0" x="84" y="44" width="190"
dataProvider="{new ArrayCollection(['Google', 'Amazon', 'Bing', 'eBay', 'Ask', 'YouTube','Suggests','Related'])}">
<s:layout>
<s:VerticalLayout gap="0" horizontalAlign="contentJustify" requestedRowCount="16"/>
</s:layout>
</s:DropDownList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment