How to change listview selected row backcolor even when focus on another control?

What you describe works exactly as expected, assuming that you’ve set the HideSelection property of the ListView control to False. Here’s a screenshot for demonstration purposes. I created a blank project, added a ListView control and a TextBox control to a form, added some sample items to the ListView, set its view to “Details” (although … Read more