Skip to content

Commit 629141c

Browse files
committed
1.7.10 scroll
scroll bug in applications list
1 parent 3bfffe7 commit 629141c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/HDRProfile/Views/AutoHDRMainView.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
<Border Style="{StaticResource RoundedBorder}" BorderBrush="{DynamicResource AccentBrush}" BorderThickness="1" Margin="10,10,10,10" Grid.Row="0" Grid.ColumnSpan="3">
217217

218218
<Grid Grid.IsSharedSizeScope="True">
219-
<ListBox Name="ApplicationList" ItemsSource="{Binding Settings.ApplicationProfileAssignments}" HorizontalContentAlignment="Stretch">
219+
<ScrollViewer>
220+
<ListBox Name="ApplicationList" ItemsSource="{Binding Settings.ApplicationProfileAssignments}" HorizontalContentAlignment="Stretch" >
220221
<ListBox.Template>
221222
<ControlTemplate>
222223
<DockPanel LastChildFill="True">
@@ -253,6 +254,7 @@
253254
</DataTemplate>
254255
</ListBox.ItemTemplate>
255256
</ListBox>
257+
</ScrollViewer>
256258
</Grid>
257259
</Border>
258260
<Grid Grid.Row="1" Grid.ColumnSpan="3" Height="Auto" VerticalAlignment="Bottom" ScrollViewer.HorizontalScrollBarVisibility="Auto">

0 commit comments

Comments
 (0)