Changing listview icons?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
All, Does anyone know how to change the icon/bitmap in a listview on a windows form? The first subitem in my listview is an icon and I want to change it based on the value of another subitem. For example: I've got a negative value in the second subitem, I want the first subitem icon/bitmap to be a down arrow. Conversely if the second subitem is positive I want to the first subitem icon/bitmap to be an up arrow. I think changing this at runtime might be easier? Thanks ;)