I have a ListView full of ListViewItems.
I want to emphasize some of them when a certain event fires, so I'm looking for a way to change the color of the listview to something other than black (red would be delightful).
Is it possible to dynamically change the color of the items in the default winforms ListView?
If no, is there some easy way to otherwise emphasize the items dynamically?