Use ScrollViewer for max height

This commit is contained in:
Jack251970 2025-07-18 15:29:52 +08:00
parent f562e159e8
commit c4090bbfe1

View file

@ -66,7 +66,13 @@
Text="{DynamicResource updateAllPluginsButtonContent}"
TextAlignment="Left" />
<StackPanel x:Name="UpdatePluginStackPanel" Margin="0 5 0 5" />
<ScrollViewer
MaxHeight="300"
Margin="0 5 0 5"
HorizontalScrollBarVisibility="Disabled"
VerticalScrollBarVisibility="Auto">
<StackPanel x:Name="UpdatePluginStackPanel" />
</ScrollViewer>
<Rectangle
Height="1"