Customization in Title Bar #103
Unanswered
NaveenBadal
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I'll have to get back to you on 1. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to WinUI and strugging to do some basic things in that. Any help is appreciated.
1.) Is there any way to show or hide default icon from the title bar in WinUI 3. I tried to set the null in this.SetIcon(null). But the default icon is still showing in the Title Bar.
2.) Is the SVG Icon not supported in this.SetIcon(iconPath) or in the TaskBarIcon xaml property. I got exception when I am trying to set the svg icon.
3.) When using the ExtendsContentsIntoTitleBar = true, Minimize and Maximize button is still showing in the titlebar, even if I set the :
this.IsMinimizable = false; or
this.SetIsMinimizable(false); //Same with the maximizable.
Beta Was this translation helpful? Give feedback.
All reactions