ComboBox - Alternative coloured rows, like a datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Is it possible to have alternative coloured rows in a ComboBox?

If so please can some one point me in the right direction.

Thanks in advance


Dave
 
Dave Prouten said:
Is it possible to have alternative coloured rows in a ComboBox?

This functionality is not included out of the box, but you can set the
combobox' 'DrawMode' property to 'OwnerDraw*' and draw the items yourself
(events 'DrawItem', 'MeasureItem').
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top