-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Epic - Support Windows 11 look and feel for WPF controls #5793
Comments
See #4749 |
Fingers crossed that we'll also see Windows 10 styling for the .NET 7 release |
Good solution but we shouldn't have to use it, y'know? This is me being a user advocate :p Edit: Apart from the free and open-source solution, WPF UI, paid solutions like DevExpress and Telerek have some really cool stuff comin' in 2022, including a Windows 11 theme for WPF. |
I started using WPF UI not too long ago for a few projects and I think it is on point. It doesn't use any 3rd party libraries just basic WPF controls, (albeit with slightly modified styles. He even incorporated the backdrop functionality and fluent window. The only thing I am noticing is that his Pane Toggle button does not work on the fluent window. I have reached out to him to see if I'm just missing something but, in any case, a lot can be learned from his implementation. |
Reference #7663 |
Commenting here for those subscribed to the issue but haven't kept up to date. It's been a long time coming... .NET 9 is slated to add Windows 11 theming for WPF. .NET 9 is currently available in Preview 3 and the final version is reportedly slated to release at the end of the year. Since Microsoft has things scattered all over the place, here are some links: |
Currently controls in WPF application have an old (not Windows 11) look: no rounded corners, different shades, ...
![image](https://user-images.githubusercontent.com/31997351/175992690-1201c55f-70c3-4672-bc22-fa88434f6844.png)
On the picture bellow you can the difference between a Windows window on the left and WPF window on the right. The WPF window itself is Windows 11 but everything inside it is not.
The text was updated successfully, but these errors were encountered: