简体   繁体   中英

as3 Font size for drop down list inside ComboBox

在此处输入图片说明

How to reduce the font size of the drop down list in order to fit the contents.

Thanks,

Your title says comboBox but your write-up says dropdownList so I provided examples for both:

<s:DropDownList fontSize="8"/>
<s:ComboBox fontSize="8"/>

Edit: Added below based on new info:

var dropdown:DropDownList = new DropDownList();
dropdown.setStyle("fontSize", "8");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM