gpt4 book ai didi

c# - Wpf 触摸事件在 Windows 8.1 中不起作用

转载 作者:可可西里 更新时间:2023-11-01 10:44:32 25 4
gpt4 key购买 nike

我有一个 wpf 桌面应用程序。在 Windows 7 上,所有触摸事件都工作正常,但是当我切换到 Windows 8.1 时,触摸事件不起作用。有人知道为什么吗?

编辑

这是我的 xaml 代码:

<Button Content="{Binding DisplayName}" Style="{StaticResource WindowButtonStyle}">
<i:Interaction.Triggers>
<i:EventTrigger EventName="TouchUp">
<ei:CallMethodAction TargetObject="{Binding}" MethodName="OnTouchUpMenuButtons"/>
</i:EventTrigger>
</i:Interaction.Triggers>
</Button>

和 View 模型中的方法:

public void OnTouchUpMenuButtons(object sender, TouchEventArgs e)
{
// code
}

最佳答案

我已将 TouchUp 事件切换为 PreviewMouseDown 事件并且它有效。

关于c# - Wpf 触摸事件在 Windows 8.1 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31934782/

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