染色机计算机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
653 B

<Application x:Class="DyeingComputer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:DyeingComputer"
StartupUri="MainWindow.xaml">
<Application.Resources>
<!-- 全局禁用弹性效果,保留触摸滚动 -->
<Style TargetType="ScrollViewer">
<!-- 关键:仅添加事件处理 -->
<EventSetter Event="ManipulationBoundaryFeedback" Handler="ScrollViewer_ManipulationBoundaryFeedback"/>
</Style>
</Application.Resources>
</Application>