Listview selected item backgroundcolor
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, how to change (override) selected (highlighted)listviewitem background color in listview control.
Subclass the control and handle the OnPaint method. Or use WPF and apply a template.
I know the language. I've read a book. - _Madmatt
-
Hi, how to change (override) selected (highlighted)listviewitem background color in listview control.