Skip to content

Commit 318e79a

Browse files
committed
Removed border for peg ListView and stretched items horizontally
1 parent 8986c06 commit 318e79a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Codebreaker.WPF/Views/Pages/GamePage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@
9393

9494
<ScrollViewer Grid.Row="2" Padding="0,0,0,15" x:Name="pegScrollViewer">
9595
<ListView
96-
Height="Auto"
96+
BorderThickness="0"
9797
SelectedIndex="-1"
9898
IsHitTestVisible="False"
99+
HorizontalContentAlignment="Stretch"
99100
Visibility="{Binding ViewModel.GameStatus, Mode=OneWay, Converter={StaticResource GameStatusVisibilityConverter}, ConverterParameter=Running}"
100101
ItemsSource="{Binding ViewModel.GameMoves, Mode=OneWay}"
101102
ItemTemplate="{StaticResource PegsTemplate}" />

0 commit comments

Comments
 (0)