Hello,

[VS2005, C#, .NET, ListView, ListViewItem, BackColor]

I am painting individual rows in a ListView control with different colors, depending on state. I am also using a SmallImageList in Detail view.

When I set the SmallImageList. TransparentColo r to the correct color, the background color of the image becomes the BackColor of the ListView control itself, instead of the row (ListViewItem) color, which...