Tunnel flyout events to top level notificationflyout so users can handle events accordingly.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user