fix:触摸滑动
This commit is contained in:
@@ -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:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
@@ -12,7 +12,7 @@
|
||||
d:DesignHeight="950" d:DesignWidth="800"
|
||||
Title="启动">
|
||||
|
||||
<ScrollViewer Padding="59,0,59,0">
|
||||
<ScrollViewer Padding="59,0,59,0" PanningMode="VerticalFirst">
|
||||
<FrameworkElement.Resources>
|
||||
<!-- Spacing between cards -->
|
||||
<sys:Double x:Key="SettingsCardSpacing">4</sys:Double>
|
||||
@@ -114,4 +114,4 @@
|
||||
</ikw:SimpleStackPanel>
|
||||
</Grid>
|
||||
</ScrollViewer>
|
||||
</Page>
|
||||
</ui:Page>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using iNKORE.UI.WPF.Modern.Controls;
|
||||
|
||||
namespace Ink_Canvas.Windows.SettingsViews.Pages
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user