Skip to content

Title Bar Invisible when adding Frame #1434

Open
@ashwith2427

Description

@ashwith2427

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

image

Windows version

Insider Build (xxxxx)

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status

    Repro Needed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions