Persist ListViewItem backColor when using HideSelection= false
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Anynoe know how to keep the backColor of listview items (View=Details) when HideSelection is set to false? The problem is when selectedItems.Count == 0, it seems to redraw the last selected item with a clear background after the selectedIndex changed event. Any ideas how I can get around this? Thanks
-
Anynoe know how to keep the backColor of listview items (View=Details) when HideSelection is set to false? The problem is when selectedItems.Count == 0, it seems to redraw the last selected item with a clear background after the selectedIndex changed event. Any ideas how I can get around this? Thanks