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
 

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