Flex custom item renderer for the displayed item in the combobox

Posted by pbreault on Stack Overflow See other posts from Stack Overflow or by pbreault
Published on 2008-11-06T18:30:10Z Indexed on 2010/03/15 9:29 UTC
Read the original article Hit count: 366

I am using a custom item renderer in a combobox to display a custom drawing instead of the default text label.

This works fine for the dropdown list but the displayed item ( when the list is closed) is still the textual representation of my object.

Is there a way to have the displayed item rendered the same way as the one in the dropdown?

© Stack Overflow or respective owner

Related posts about flex

Related posts about itemrenderer