We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f32344 commit 8986c06Copy full SHA for 8986c06
1 file changed
src/Codebreaker.WPF/Views/Pages/GamePage.xaml
@@ -94,6 +94,8 @@
94
<ScrollViewer Grid.Row="2" Padding="0,0,0,15" x:Name="pegScrollViewer">
95
<ListView
96
Height="Auto"
97
+ SelectedIndex="-1"
98
+ IsHitTestVisible="False"
99
Visibility="{Binding ViewModel.GameStatus, Mode=OneWay, Converter={StaticResource GameStatusVisibilityConverter}, ConverterParameter=Running}"
100
ItemsSource="{Binding ViewModel.GameMoves, Mode=OneWay}"
101
ItemTemplate="{StaticResource PegsTemplate}" />
0 commit comments