# Dropdown style in a ComboBox

**URL:** https://forum.kirupa.com/t/dropdown-style-in-a-combobox/258379
**Category:** flash
**Created:** [April 23, 2008, 3:13pm UTC](https://forum.kirupa.com/t/dropdown-style-in-a-combobox/258379 "2008-04-23T15:13:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![daidai](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/daidai/32/3087_2.png) [@daidai](https://forum.kirupa.com/u/daidai)
#### Post date: [April 23, 2008, 3:13pm UTC](https://forum.kirupa.com/t/dropdown-style-in-a-combobox/258379/1 "2008-04-23T15:13:02Z")

</div>

I am trying to style the dropdown list in my combo box

```php

var ddlFormat:TextFormat = new TextFormat();
ddlFormat.font = new AvRoman ().fontName;
ddlFormat.color = 0x333333;
ddlFormat.size = 12;

ddl.dropdown.setStyle("textFormat", ddlFormat);
ddl.textField.setStyle("textFormat", ddlFormat);

```

but the styling only works on the textField, anyone know how i can style the (dropdown) list as well?  
Thanks  
dai2:egg:
