Skip to content

Instantly share code, notes, and snippets.

@vermegi
Created December 8, 2013 09:24
<ItemsControl ItemsSource="{Binding Rows}"
Grid.Column="1"
HorizontalAlignment="Center">
...
<Popup HorizontalAlignment="Center"
VerticalAlignment="Center"
VerticalOffset="-150"
HorizontalOffset="-100"
IsOpen="{Binding IsSolved}"
Grid.Column="1">
...
<StackPanel Orientation="Horizontal">
<Button Style="{StaticResource UndoAppBarButtonStyle}" Command="{Binding Undo}" />
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment