AS3字体大小下拉列表内的组合框组合、字体大小、列表

由网友([情到深处人孤独])分享简介:如何降低下拉列表的字体大小,以适合的内容。How to reduce the font size of the drop down list in order to fit the contents.谢谢推荐答案您的标题说,组合框,但你写了说DROPDOWNLIST所以我提供的示例为:Your title...

如何降低下拉列表的字体大小,以适合的内容。

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

谢谢

推荐答案

您的标题说,组合框,但你写了说DROPDOWNLIST所以我提供的示例为:

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

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

编辑: 下面增加了基于新的信息:

Added below based on new info:

var dropdown:DropDownList = new DropDownList();
dropdown.setStyle("fontSize", "8");
阅读全文

相关推荐

最新文章