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");