mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Wrap StackPanel in ScrollViewer in ImageInfo.xaml for improved scrolling behavior
This commit is contained in:
@@ -76,6 +76,8 @@
|
|||||||
<TabItem.Header>
|
<TabItem.Header>
|
||||||
<TextBlock Text="{x:Static localization:UI.Title_General}" />
|
<TextBlock Text="{x:Static localization:UI.Title_General}" />
|
||||||
</TabItem.Header>
|
</TabItem.Header>
|
||||||
|
<ScrollViewer HorizontalScrollBarVisibility="Disabled"
|
||||||
|
VerticalScrollBarVisibility="Auto">
|
||||||
<StackPanel Spacing="8"
|
<StackPanel Spacing="8"
|
||||||
Margin="8">
|
Margin="8">
|
||||||
<controls:SpectreTextBlock Text="{Binding ImageFormatText, Mode=OneWay}"
|
<controls:SpectreTextBlock Text="{Binding ImageFormatText, Mode=OneWay}"
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
</ListBox.ItemTemplate>
|
</ListBox.ItemTemplate>
|
||||||
</ListBox>
|
</ListBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
</ScrollViewer>
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem IsVisible="{Binding !!Sessions.Count, Mode=OneWay}">
|
<TabItem IsVisible="{Binding !!Sessions.Count, Mode=OneWay}">
|
||||||
<TabItem.Header>
|
<TabItem.Header>
|
||||||
|
|||||||
Reference in New Issue
Block a user