vote up 1 vote down star

I want to change the color of the dropdown items in a TDBLookupComboBox (in Delphi 2007). This seems to be non-trivial due to the lack of an OnDrawItem event. Is there an easy way of doing this?

flag

63% accept rate

1 Answer

vote up 3 vote down check

Doesn't look like it. The easiest way would probably be to create a new control that descends from TDBLookupComboBox and implement an OnDrawItem event on it. You could probably copy the code pretty much wholesale from TComboBox. Just make sure to test it well...

link|flag
Dude, this is not the answer I want, although it's pretty much along the lines of what I was thinking - but you can have an up vote for honesty. – Alister Jun 8 at 21:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.