I have a ListView full of ListViewItems.
I want to emphasize some of them when a certain event occurs, so I am looking for a way to change the color of the list to something other than black (red will be amazing).
Is it possible to dynamically change the color of items in a ListView playlist by default?
If not, is there any simple way to otherwise emphasize elements dynamically?
c # listview winforms
Raven dreamer
source share