Click here to Skip to main content
15,881,516 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am hosting three user control in my main window and each user control in my window is having listview, whenever i am selecting item from one user control and going to second user control the higlighted background of selected item is getting lost.
Posted
Updated 18-Nov-14 23:24pm
v2
Comments
Arkadeep De 19-Nov-14 6:04am    
so whats the issue???

1 solution

It is something with the listview that you don't see the selection easily. First of all you need to make HideSelection=false of each listview control. Change the background color to black and fore color to red of all listview control. Run the program again, and you will be able to see the selection.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900