Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何减小下拉列表的字体大小以适应内容。
谢谢,
你的标题说 comboBox 但你的文章说 dropdownList 所以我提供了两个例子:
<s:DropDownList fontSize="8"/> <s:ComboBox fontSize="8"/>
编辑:根据新信息在下面添加:
var dropdown:DropDownList = new DropDownList(); dropdown.setStyle("fontSize", "8");