We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5923be commit 58c131bCopy full SHA for 58c131b
ListViewMaui/ListViewMaui/App.xaml.cs
@@ -5,7 +5,10 @@ public partial class App : Application
5
public App()
6
{
7
InitializeComponent();
8
+ }
9
- MainPage = new MainPage();
10
+ protected override Window CreateWindow(IActivationState activationState)
11
+ {
12
+ return new Window(new MainPage());
13
}
14
0 commit comments