wpf listview
I was working on Listview control using XAML. I have few questions:
1. Is there a way to find out if the control key is pressed when the particular item is selected.
2. I wanted to differentiate between single click on listview from single click on listview while the control key is pressed. Is there a way for such differentiation?

