gpt4 book ai didi

wpf - 禁用 WPF DataGridCell 时如何检测鼠标双击事件?

转载 作者:行者123 更新时间:2023-12-04 05:36:46 25 4
gpt4 key购买 nike

当我们禁用( IsEnabled="False" )DataGridCell 时,它停止引发鼠标双击事件。当单元格被双击时(在禁用和启用状态下),我们仍然希望能够利用双击事件来做一些事情。

我们怎么做?

最佳答案

Disabling DataGridCell将禁用该单元格的所有鼠标和键盘事件。如果您仍然需要响应鼠标/键盘事件,请尝试设置 IsReadOnly 属性(property)。

从第一个链接:

Elements that are not enabled do not participate in hit testing or focus and therefore will not be sources of input events.

关于wpf - 禁用 WPF DataGridCell 时如何检测鼠标双击事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11837181/

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