I am using CheckedListBox , but I need to highlight individual items with different colors/fonts or some other highlighting method.
But it allows to change visual properties for the whole control only and not for individual items.
Additional Info:
I am using 2 such lists (because need checkboxes for easier selection) and 2 buttons (>> <<) for include/exclude type functionality. Is there any other better way to implement such whereby my requirement as above also gets fulfilled ?
I’ve only dabbled with DevExpress controls, but I think you have to subscribe to the
DrawItemevent and set thee.Handledproperty to true.Something like this (CheckedListBox items with different colors):