I have a ListView with FullRowSelect=True. When I select an row (i.e. a ListViewItem) the selected row turns blue, as I'd expect.
Here's the problem: I need to set HideSelection=False. When I do that, the selected ListViewItem no longer is highlighted in blue, but rather in grey. This bugs me significantly.
How can I keep the "normal" blue highlighting while having HideSelection=False?
Thanks,
Dot
Here's the problem: I need to set HideSelection=False. When I do that, the selected ListViewItem no longer is highlighted in blue, but rather in grey. This bugs me significantly.
How can I keep the "normal" blue highlighting while having HideSelection=False?
Thanks,
Dot