-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window.SetTitleBar method is missed in WinUI/Uwp #2559
Comments
It is not present at the moment, part of the limitations of the preview. |
I need this as well. I'm working on a port of our UWP application to WinUI and ran into this issue. |
I need this to port my UWP app to a WinUI 3 desktop application (the port is necessary to take advantage of NET 5). |
Window.SetTitleBar is now available in Preview 4, along with neighboring Window.ExtendsContentIntoTitleBar: API doc |
Just a quick clarification needed regarding .setTitleBar() usage. MainWindow.xaml
MainWindow.xaml.cpp
Do I have to make CustomTitleBar a UIElement, if so, how? Or am I missing something here? This is based on the example (only for .cs) provided from: |
Can`t find a Window.Current.SetTitleBar method on migrating my project from Uwp to WinUI/Uwp. Was it renamed?
The text was updated successfully, but these errors were encountered: