gpt4 book ai didi

xaml - 如何在 Windows 应用商店应用程序中启用选择和项目单击

转载 作者:行者123 更新时间:2023-12-02 05:20:13 27 4
gpt4 key购买 nike

我有一个像这样的 ListView:

<ListView SelectionMode="Single" IsItemClickEnabled="True" ItemsSource="..." ItemClick="listView_ItemClick">
...
</ListView>

显示此 ListView 时,第一项被选中。

单击项目会触发 listView_ItemClick。到目前为止一切都很好。

问题是,第一项始终处于选中状态。即使我点击其他项目,它们也会触发点击事件,但不会被选中。如何让项目既触发点击事件又在用户点击或触摸它们时被选中?

最佳答案

根据 MSDN :

If you set the IsItemClickEnabled property to true, you must set the SelectionMode property to ListViewSelectionMode.None. Handle the ItemClick event to respond to the user interaction.

我很确定这是其中之一。但为什么不使用 SelectionMode="Single",并订阅选择更改事件呢?

关于xaml - 如何在 Windows 应用商店应用程序中启用选择和项目单击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13991022/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com