Skip to main content
webqaflash
Inspiring
August 11, 2009
Question

combobox dropdown height

  • August 11, 2009
  • 1 reply
  • 5938 views

Hi,

     Anybody know, how to increase the cell height of a combobox dropdown.

Thanks in advance.

This topic has been closed for replies.

1 reply

August 11, 2009

Search more on Custom cell renders you will get your answer.

The process is create your own cell renderer then set it as cell renderer for combobox and use it.

For more info visit: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/listClasses/CellRenderer.html

webqaflash
Inspiring
August 11, 2009

Thanks for your reply

I got it .

this will done the jobe

first_cb.dropdown.rowHeight = 40;

Known Participant
August 8, 2011

@webqaflash: thanks, your solution worked and saved me having to dig into creating a custom renderer which would have just been one more layer of complexity that I'd rather not deal with!