Open
Description
Issue type
sample request
Which version of the app?
WinUI 3 Gallery
Description
When I add this code to my App.xaml
`Frame rootFrame = new Frame();
rootFrame.NavigationFailed += OnNavigationFailed;
// Navigate to the first page, configuring the new page
// by passing required information as a navigation parameter
rootFrame.Navigate(typeof(LoginPage), args.Arguments);
// Place the frame in the current Window
m_window.Content = rootFrame;`
The title Bar is vanishing and not visible on the page.
When i remove this part the title is bar is set but i want different frames and titlebar.
Screenshots
Windows version
Insider Build (xxxxx)
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Repro Needed
Activity