积极答复者
ListView GridView 如何能够鼠标单击选中?

问题
答案
-
Hi,
不太清楚你需要的是什么,你可以看看这个:
参考:
http://msdn.microsoft.com/en-us/library/windows/apps/br242705.aspx
To enable this interaction: Use these settings: Handle this event: Use this property to get the selected item: No interaction SelectionMode = None,IsItemClickEnabled = False N/A N/A Single selection SelectionMode = Single,IsItemClickEnabled = False SelectionChanged SelectedItem,SelectedIndex Contiguous multi-selection SelectionMode = Multiple,IsItemClickEnabled = False SelectionChanged SelectedItems Non-contiguous multi-selection SelectionMode = Extended,IsItemClickEnabled = False SelectionChanged SelectedItems Click SelectionMode = None,IsItemClickEnabled = True ItemClick N/A Aaron Xue [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 Aaron XueModerator 2012年12月7日 7:43
全部回复
-
Hi,
不太清楚你需要的是什么,你可以看看这个:
参考:
http://msdn.microsoft.com/en-us/library/windows/apps/br242705.aspx
To enable this interaction: Use these settings: Handle this event: Use this property to get the selected item: No interaction SelectionMode = None,IsItemClickEnabled = False N/A N/A Single selection SelectionMode = Single,IsItemClickEnabled = False SelectionChanged SelectedItem,SelectedIndex Contiguous multi-selection SelectionMode = Multiple,IsItemClickEnabled = False SelectionChanged SelectedItems Non-contiguous multi-selection SelectionMode = Extended,IsItemClickEnabled = False SelectionChanged SelectedItems Click SelectionMode = None,IsItemClickEnabled = True ItemClick N/A Aaron Xue [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 Aaron XueModerator 2012年12月7日 7:43