[WIP] Move over to a popup

This commit is contained in:
Daniel Clark
2021-02-26 14:34:13 +00:00
parent d25744a9f4
commit f0b42d1551
13 changed files with 227 additions and 616 deletions
@@ -4,9 +4,12 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:TheXamlGuy.NotificationFlyout.Uwp.UI.Controls"
Placement="Right">
<Grid Width="800" Height="800">
<Grid
Width="1000"
Height="1000"
Background="Red">
<Button
HorizontalAlignment="Center"
HorizontalAlignment="Right"
VerticalAlignment="Center"
Content="Hello World!" />
</Grid>