Tunnel flyout events to top level notificationflyout so users can handle events accordingly.

This commit is contained in:
Daniel Clark
2021-02-13 11:47:55 +00:00
parent c7b80cc997
commit 20441d5749
8 changed files with 65 additions and 19 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
<Slider Margin="0,0,0,8" />
<TextBox Margin="0,0,0,8" />
<CalendarView Margin="0,0,0,8" />
<TimePicker Margin="0,0,0,8" />
<TimePicker x:Name="foo" Margin="0,0,0,8" />
<DatePicker />
<muxc:NumberBox
x:Name="NumberBoxSpinButtonPlacementExample"
@@ -1,4 +1,6 @@
namespace NotificationFlyoutSample
using Windows.UI.Xaml.Controls;
namespace NotificationFlyoutSample
{
public sealed partial class Shell
{