ListView Item Selection Windows Store
问题 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. 回答1: In other words, you want your listview to behave like the Windows Start screen? This one was brutal for me to