fix:触摸滑动

This commit is contained in:
PrefacedCorg
2026-04-07 23:32:20 +08:00
parent 1ec07421b5
commit 0dfe835eef
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
<Page x:Class="Ink_Canvas.Windows.SettingsViews.Pages.StartupPage" <ui:Page x:Class="Ink_Canvas.Windows.SettingsViews.Pages.StartupPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
@@ -12,7 +12,7 @@
d:DesignHeight="950" d:DesignWidth="800" d:DesignHeight="950" d:DesignWidth="800"
Title="启动"> Title="启动">
<ScrollViewer Padding="59,0,59,0"> <ScrollViewer Padding="59,0,59,0" PanningMode="VerticalFirst">
<FrameworkElement.Resources> <FrameworkElement.Resources>
<!-- Spacing between cards --> <!-- Spacing between cards -->
<sys:Double x:Key="SettingsCardSpacing">4</sys:Double> <sys:Double x:Key="SettingsCardSpacing">4</sys:Double>
@@ -114,4 +114,4 @@
</ikw:SimpleStackPanel> </ikw:SimpleStackPanel>
</Grid> </Grid>
</ScrollViewer> </ScrollViewer>
</Page> </ui:Page>
@@ -1,6 +1,6 @@
using System; using System;
using System.Windows; using System.Windows;
using System.Windows.Controls; using iNKORE.UI.WPF.Modern.Controls;
namespace Ink_Canvas.Windows.SettingsViews.Pages namespace Ink_Canvas.Windows.SettingsViews.Pages
{ {