feat: 公告界面触屏滚动

This commit is contained in:
uye
2026-01-11 03:46:48 +08:00
parent 9a920df14d
commit 809f1c16f1

View File

@@ -80,7 +80,8 @@
Grid.Row="0"
Grid.RowSpan="2"
Margin="10,5,10,0"
IsInertiaEnabled="True">
IsInertiaEnabled="True"
PanningMode="Both">
<hc:Interaction.Triggers>
<hc:EventTrigger EventName="ScrollChanged">
<hc:InvokeCommandAction Command="{Binding UpdateScrollStateCommand}" CommandParameter="{Binding ElementName=ScrollViewer}" />