mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 11:14: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>
|
||||
<TextBlock Text="{x:Static localization:UI.Title_General}" />
|
||||
</TabItem.Header>
|
||||
<ScrollViewer HorizontalScrollBarVisibility="Disabled"
|
||||
VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel Spacing="8"
|
||||
Margin="8">
|
||||
<controls:SpectreTextBlock Text="{Binding ImageFormatText, Mode=OneWay}"
|
||||
@@ -166,6 +168,7 @@
|
||||
</ListBox.ItemTemplate>
|
||||
</ListBox>
|
||||
</StackPanel>
|
||||
</ScrollViewer>
|
||||
</TabItem>
|
||||
<TabItem IsVisible="{Binding !!Sessions.Count, Mode=OneWay}">
|
||||
<TabItem.Header>
|
||||
|
||||
Reference in New Issue
Block a user