I want a ListView to behave like this:
With mouse Input:
- Left Click -> Item click event handler gets executed, but should not display it as "selected"
- Right Click -> Item gets selected
With touch Input:
- Single Tap -> equivalent to left click
- Swipe Down -> equivalent to right click
I have played around with various of the events and settings but cant seem to get it to work right.
