fix:触摸滑动(左右两边)

This commit is contained in:
PrefacedCorg
2026-04-07 23:58:17 +08:00
parent 73935e0f22
commit c73123cd23
@@ -12,7 +12,8 @@
Title="启动"> Title="启动">
<ScrollViewer Padding="59,0,59,0" PanningMode="VerticalFirst"> <ScrollViewer PanningMode="VerticalFirst">
<Grid Margin="59,0,59,0">
<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>
@@ -113,5 +114,6 @@
</ikw:SimpleStackPanel> </ikw:SimpleStackPanel>
</Grid> </Grid>
</Grid>
</ScrollViewer> </ScrollViewer>
</ui:Page> </ui:Page>