diff --git a/samples/IntegrationTestApp/MainWindow.axaml.cs b/samples/IntegrationTestApp/MainWindow.axaml.cs index 7d6a2c2c3e..f306ce84af 100644 --- a/samples/IntegrationTestApp/MainWindow.axaml.cs +++ b/samples/IntegrationTestApp/MainWindow.axaml.cs @@ -89,6 +89,7 @@ namespace IntegrationTestApp new("ListBox", () => new ListBoxPage()), new("Menu", () => new MenuPage()), new("Pointer", () => new PointerPage()), + new("Popups", () => new PopupsPage()), new("RadioButton", () => new RadioButtonPage()), new("Screens", () => new ScreensPage()), new("ScrollBar", () => new ScrollBarPage()), diff --git a/samples/IntegrationTestApp/Pages/PopupsPage.axaml b/samples/IntegrationTestApp/Pages/PopupsPage.axaml new file mode 100644 index 0000000000..58ee76f2a0 --- /dev/null +++ b/samples/IntegrationTestApp/Pages/PopupsPage.axaml @@ -0,0 +1,69 @@ + + + + +