Browse Source

tidy custom notification example.

pull/2453/head
Dan Walmsley 7 years ago
parent
commit
b84634af83
  1. 2
      samples/ControlCatalog/Views/NotificationView.xaml

2
samples/ControlCatalog/Views/NotificationView.xaml

@ -8,7 +8,7 @@
</Panel>
<DockPanel Grid.Column="1">
<TextBlock DockPanel.Dock="Top" Text="{Binding Title}" FontWeight="Medium" />
<StackPanel Spacing="20" DockPanel.Dock="Bottom" Margin="0,8,0,0">
<StackPanel Spacing="20" DockPanel.Dock="Bottom" Margin="0,8,0,0" Orientation="Horizontal">
<Button Content="No" DockPanel.Dock="Right" Notification.CloseOnClick="True" Command="{Binding NoCommand}" Margin="0,0,8,0" />
<Button Content="Yes" DockPanel.Dock="Right" Notification.CloseOnClick="True" Command="{Binding YesCommand}" />
</StackPanel>

Loading…
Cancel
Save