Click to See Complete Forum and Search --> : Listview: i need to mantain always highlighted a selection


barbiomalefico
March 4th, 2004, 08:38 AM
I have a listView Control. I have assigned the full row selected propreties.
What i need is that when the ListView Lost Focus, the selected Item must remain visible for my users.

I C++ i need only to select the AlwaysShowSelection propreties to do this.

how could i do the same in C#?

barbiomalefico
March 4th, 2004, 08:54 AM
I have found the solution by myself:


ListView ProvaListView = new ListView();
ProvaListView.HideSelection = false;