How to set the BackColor of a single item in ListBox

  • Thread starter Thread starter Buddhist.CHinA
  • Start date Start date
B

Buddhist.CHinA

I mean, I only wanna change the BackColor of some items in a ListBox,
not the whole background color. The items are type of ObjectCollection,
so it looks like no way to do so.

Can someone explain how to? thx in advance.
 
AFAIK there is no easy way to do that. You would need to draw it yourself.
Use a ListView in details mode instead

/claes
 
Back
Top