question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Window.SetTitleBar method is missed in WinUI/Uwp

See original GitHub issue

Can`t find a Window.Current.SetTitleBar method on migrating my project from Uwp to WinUI/Uwp. Was it renamed?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
codendonecommented, Feb 19, 2021

Window.SetTitleBar is now available in Preview 4, along with neighboring Window.ExtendsContentIntoTitleBar: API doc

1reaction
mdtaukcommented, May 28, 2020

It is not present at the moment, part of the limitations of the preview.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Window.SetTitleBar(UIElement) Method - UWP
This method lets you specify a XAML element that interacts with the system as if it's the app window's title bar. When you...
Read more >
Windows 10 Univeral App - Button in title bar not working
I'm trying to add a button to the title bar. The button shows up but it doesn't respond to the click event.
Read more >
Microsoft release Windows UI Library 3 Preview 4
WinUI is a user interface layer that contains modern controls and styles for building Windows apps, both Desktop and UWP.
Read more >
WinUI 3 | XAML Brewer, by Diederik Krols
Challenged by breaking changes between UWP and Windows App SDK/WinUI3, and by the ambition to bring the XAML cross-platform via Uno, the team...
Read more >
We're the Windows Developer team, and we're here to talk ...
I'm using the ExtendContentIntoTitleBar and SetTitleBar APIs. For now the extended title bar in WinUI 3 is behaving very differently than in UWP...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found