-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Way to remove the title bar #48
Comments
Try the attached property TitleBar.ExtendViewIntoTitleBar. |
Is there a way to remove the close / minimise / maximise buttons? |
This might be a little difficult. Maybe you can use WindowStyle=None and UseModernWindowStyle=false to disable the default frames. Or I can add some more attached properties for everyone to control the states of the control button. However, I'm afraid this has to be on a few months later cause I'm really busy these days doing web development. |
Thank you so much! Will wait for the release 🙏 |
Hi there, I have published the release, pls check out! |
Maybe ui:TitleBar.Height=0 will help. |
Thankyou for supporting me in my last issue.
I have been trying to remove the title bar from my window by setting WindowStyle ="None" which ideally works for any wpf window. After integrating inkore modern wpf library, it is giving a default title bar at the top. And if I set its height to 0, my buttons will superimpose the bar and stops working.
What is showing
What I want
Any ideas, how to remove this?
The text was updated successfully, but these errors were encountered: