-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Windows 11 integration #4140
Comments
Regarding the snap layouts integration...its not so easy. I did this for my own windows (WPF) with custom chrome and its real pain. |
I think this could be something to deal with if Windows 11 was officially released for the public and maybe some APIs changed to be more developer-friendly. But a must-have is the rounded corners, rounded context menus, and rounded buttons. Is this something you can integrate? |
Hi @PavLL I think the bottle-neck here is that it heavily depends on the free time available as it is a free-time project. So yes, it can be integrated and works already for some controls but when it will be done for every control, nobody knows yet. I hope for your understanding. Happy coding Tim |
Hi @timunie Sure, I can understand that. Just wanted to make sure that this is on the "roadmap" ;). Paul |
I am just leaving this link here: https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/apply-rounded-corners It shows how to apply rounded corners |
I'm also interested in the Windows 11 style, especially the rounded corners on the main window. For now, to achieve this result I've set the following properties on my MetroWindow and Windows 11 seems to properly round the corners for me:
This doesn't play well with the glow brush, but since I'm not using it this is fine for me. ControlzEx seems to also be working on an update on the WindowChromeBehavior to possibly allow for the snap layouts and rounded corners: |
I don't think this should be closed, there are more items added than just window. |
@Nuklon I will create a new one or re-open this with some sub tasks. |
My mistake. Sorry. I should only have referenced this issue... |
Describe the feature
I'm opening this request with a checklist for the upcoming Windows 11 release, I can append where necessary.
CornerRadius
.The text was updated successfully, but these errors were encountered: