listbox row color

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

Hi!

How can I change backcolor, based on item's index?
Which event(s) I must capture to draw this?

BR
 
That's even easier. ListViewItem has a BackColor property
Just set it to the color you want

/claes

Hi!
Thanks.
How can I do the same thing with Listview?
 
None
Set the BackColor property to the color you want.
You don't need to draw it

/claes
 
Back
Top