I can’t see DrawMode property (which is understandable). But what could be my best shot to create a combobox that has the items colored?
If you want each item to have the same text color and background color, you could try setting it in the theme. You can edit themes using the theme builder.
But if you want each item to be different the easiest way would to set AllowHTML to true. You can then use HTML and inline css to style each item. See attached sample.
Please login first to submit.