Hi, You are right, ComboBox doesn't have a cellRenderer property but ComboxBoxInstance.dropdown has.
ComboxBoxInstance.dropdown is reference of the drop down List in the combobox. So you can do something like this, for example: comboBoxInstance.dropdown.cellRenderer = MultilineCellRenderer; -abdul -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of gevgelija50 Sent: Wednesday, June 22, 2005 1:47 AM To: [email protected] Subject: [flexcoders] Re: Extending the COMBOBOX I don't think the standard ComboBox control has a cellRenderer property. Alex --- In [email protected], "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > Hi, > > You can achieve the same without creating ComboBox subclass. What you > need a custom cellrenderer for ComboBox. > > Look into Flex documentation for Cellrenderer fundamentals and also > search the flexcoders archives > http://www.mail-archive.com/flexcoders%40yahoogroups.com/ > > > If you still have any problem, feel free to post. > > -abdul > > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of gevgelija50 > Sent: Tuesday, June 21, 2005 8:36 PM > To: [email protected] > Subject: [flexcoders] Extending the COMBOBOX > > Does anyone has examples on extending a Combobox control? For example, > I want to create two-line rows which would contain the name of the > combobox item in the first line and description on the next. > > Thanks, > Alex > > > > > > > Yahoo! Groups Links Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

