0

我正在使用 VB2010 和表达式 blend4 开发 WPF 应用程序。此应用程序主要旨在通过触摸用户输入来使用。我不知道何时以及为什么,但所有 UI_ELEMENTs 都失去了默认的触摸响应能力,例如按钮单击事件不再上升,触摸时单击事件,Slider 元素不滑动等等。我正在使用框架 4.0

我发布了 xaml 标头:

<Window
    xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:my="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"     xmlns:my1="clr-namespace:WpfApplication1"  xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions"  xmlns:ee="http://schemas.microsoft.com/expression/2010/effects" xmlns:DataStore="clr-namespace:WpfApplication1.Expression.Blend.DataStore.DataStore" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ec="http://schemas.microsoft.com/expression/2010/controls" xmlns:Microsoft_Samples_Kinect_WpfViewers="clr-namespace:Microsoft.Samples.Kinect.WpfViewers;assembly=Microsoft.Samples.Kinect.WpfViewers" xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing"  mc:Ignorable="d" x:Class="MainWindow"

欢迎任何帮助。

4

0 回答 0