Winform Multiple listview on a page, display selected item

Mar 31 2015 11:03 AM
Hi,
 
I have couple of list view controls on my C# win form  application.
 
Requirement:
When i select an item from one list view control, its corresponding item needs to be selected in other list view control and should be display as selected in both the list view control
 
Tried so far:
1) Set item.ForColor and back color property when select an item
2) use listivew.select() after setting selected item 
 
Please advise 
 
Thanks in advance for reading this post
 
Regards,
 Dipak
 
 

Answers (2)