File tree Expand file tree Collapse file tree
src/Codebreaker.WPF/Views/Pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 ItemTemplate =" {StaticResource PegsTemplate}" />
100100 </ScrollViewer >
101101
102- <TextBlock Grid.Row=" 3" Text =" {Binding ViewModel.GameStatus,Mode=OneWay}" />
102+ <Grid Grid.Row=" 3" >
103+ <Grid .ColumnDefinitions>
104+ <ColumnDefinition Width =" Auto" />
105+ <ColumnDefinition Width =" *" />
106+ <ColumnDefinition Width =" Auto" />
107+ </Grid .ColumnDefinitions>
108+ <TextBlock Grid.Column=" 0" Text =" {Binding ViewModel.GameStatus,Mode=OneWay}" />
103109 <ProgressBar
104- Grid.Row= " 3 "
110+ Grid.Column= " 1 "
105111 Height =" 15"
106112 Minimum =" 0" Maximum =" 100" IsIndeterminate =" True"
107113 Visibility =" {Binding ViewModel.InProgress, Converter={StaticResource BooleanToVisibilityConverter}}" />
114+ <Button Grid.Column=" 2" Click =" Button_Click" Content =" To TestPage" Padding =" 15,2" />
115+ </Grid >
108116 </Grid >
109117</Page >
You can’t perform that action at this time.
0 commit comments