-
-
Notifications
You must be signed in to change notification settings - Fork 521
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 title drawn at wrong position if TitleBar is collapsed #970
Comments
Will have a look at why it's the way it currently is. |
Any updates on this? |
Not yet. Had to finish and release version 9.0 first. |
So after some consideration, it's not that the title should be hidden but it should respect the set |
I will add |
That probably sounds OK, I will be able to play around with it in the new year and let you know :) |
While trying to create a start screen where the LeftContent is quite narrow, the application title bar starts to appear in the background.
Example in showcase application when the start screen left content is emptied and the ItemsPanelMinWidth = 0
I think that in the RibbonTitleBar.xaml, the IsCollapsed trigger (line 40) should also hide the PART_HeaderHolder.
Environment
The text was updated successfully, but these errors were encountered: