Create a ComboBox, where each Item has different fore and background colors?

0
0

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?

  • You must to post comments
0
0

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.

 

Attachment
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.