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 7b30d46 commit 9cc0a5cCopy full SHA for 9cc0a5c
ListViewMaui/App.xaml.cs
@@ -5,7 +5,10 @@ public partial class App : Application
5
public App()
6
{
7
InitializeComponent();
8
+ }
9
- MainPage = new HorizontalOrientation();
10
+ protected override Window CreateWindow(IActivationState? activationState)
11
+ {
12
+ return new Window(new HorizontalOrientation());
13
}
14
ListViewMaui/AppShell.xaml
ListViewMaui/AppShell.xaml.cs
0 commit comments