You might be able to borrow from http://blogs.adobe.com/aharui/2007/06/disabling_list_selection.html
And pad the labels with spaces to make them look indented. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Samuel R. Neff Sent: Wednesday, November 07, 2007 1:30 PM To: [email protected] Subject: RE: [flexcoders] Combobox with option groups You can provide groups through a custom item renderer. The renderer should be able to detect whether a particular item represents a group or individual item and highlight or indent as appropriate. HTH, Sam ------------------------------------------- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] <mailto:careers%40blinemedical.com> -----Original Message----- From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On Behalf Of TJ Downes Sent: Wednesday, November 07, 2007 4:05 PM To: [email protected] <mailto:flexcoders%40yahoogroups.com> Subject: [flexcoders] Combobox with option groups I would think this would be something folks have had a need for, but after a few hours of searching I can find nothing. I need a combox that groups the options, much like optgroup in html select boxes. Is this possible? Does someone have an example?

