gpt4 book ai didi

WPF 4.0 手指在列表框中平移

转载 作者:行者123 更新时间:2023-12-04 19:57:53 25 4
gpt4 key购买 nike

WPF 4.0“应该”在滚动查看器中内置多点触控滚动和平移功能。但是,我似乎无法让它与列表框一起使用。我已经尝试了 PanningMode、IsManipulationEnabled 等的所有不同组合。如何使用 Windows 7 touch 使列表框滚动?

<Window x:Class="WpfApplication1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525" Loaded="Window_Loaded"
WindowStartupLocation="CenterScreen">
<Grid>
<ListBox x:Name="ListBox1" FontSize="18"
IsManipulationEnabled="False"
ScrollViewer.CanContentScroll="True"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.PanningMode="VerticalFirst"
Stylus.IsFlicksEnabled="False"
Stylus.IsTouchFeedbackEnabled="True"
>
</ListBox>

</Grid>

最佳答案

是我系统上的 Bamboo 驱动程序取消了 wpf 触摸事件的触发。

如果您有 Bamboo,请查看下面的链接 ...

Bamboo drivers disable WPF4 touch events

关于WPF 4.0 手指在列表框中平移,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4508994/

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