can now debug project directly
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<controls:NotificationFlyoutPresenter
|
||||
x:Class="NotificationFlyout.Sample.Uwp.NotificationFlyoutPresenter"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:controls="using:NotificationFlyout.Uwp.UI.Controls">
|
||||
<StackPanel
|
||||
Width="330"
|
||||
Height="500"
|
||||
Margin="24">
|
||||
<ComboBox
|
||||
x:Name="test"
|
||||
Margin="0,0,0,8"
|
||||
SelectionChanged="test_SelectionChanged">
|
||||
<ComboBoxItem>System</ComboBoxItem>
|
||||
<ComboBoxItem>Dark</ComboBoxItem>
|
||||
<ComboBoxItem>Light</ComboBoxItem>
|
||||
</ComboBox>
|
||||
<Button Margin="0,0,0,8" Content="Button" />
|
||||
<Slider Margin="0,0,0,8" />
|
||||
<TextBox Margin="0,0,0,8" />
|
||||
<ToggleButton Margin="0,0,0,8" />
|
||||
<CalendarView Margin="0,0,0,8" />
|
||||
</StackPanel>
|
||||
</controls:NotificationFlyoutPresenter>
|
||||
Reference in New Issue
Block a user