Seleted items in a WinListView are indicated by different background color. When the WinListView loses focus, the different background color is removed and there is no way to indicate the selected items. How can the selected backgound color be retained when focus is lost?
Sorry, I just found the answer: listView.ItemSettings.HideSelection = false