Skip to content

Commit

Permalink
1.7.10 scroll
Browse files Browse the repository at this point in the history
scroll bug in applications list
  • Loading branch information
Codectory committed Dec 5, 2021
1 parent 3bfffe7 commit 629141c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/HDRProfile/Views/AutoHDRMainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
<Border Style="{StaticResource RoundedBorder}" BorderBrush="{DynamicResource AccentBrush}" BorderThickness="1" Margin="10,10,10,10" Grid.Row="0" Grid.ColumnSpan="3">

<Grid Grid.IsSharedSizeScope="True">
<ListBox Name="ApplicationList" ItemsSource="{Binding Settings.ApplicationProfileAssignments}" HorizontalContentAlignment="Stretch">
<ScrollViewer>
<ListBox Name="ApplicationList" ItemsSource="{Binding Settings.ApplicationProfileAssignments}" HorizontalContentAlignment="Stretch" >
<ListBox.Template>
<ControlTemplate>
<DockPanel LastChildFill="True">
Expand Down Expand Up @@ -253,6 +254,7 @@
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
</ScrollViewer>
</Grid>
</Border>
<Grid Grid.Row="1" Grid.ColumnSpan="3" Height="Auto" VerticalAlignment="Bottom" ScrollViewer.HorizontalScrollBarVisibility="Auto">
Expand Down

0 comments on commit 629141c

Please sign in to comment.