-
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
Fluent theme not working on Windows 10 #10096
Comments
I suspect #9635 (comment) will work as a workaround for you. |
@LoriBru, thank you for giving the new themes a try. Yes, certain aspects of Fluent Theme on Windows 10 needs an additional switch to be added, as pointed by @miloush. We are working on getting this fixed in the framework itself. We will try to get this fix in the subsequent service release of .NET 9. |
Thank you both @miloush and @harshit7962 ! |
@LoriBru Please note that the Win11 theming is experimental. |
It seems that's not the first one who is confused that the whole Fluent theme is experimental in .NET 9: #10072 |
Description
Hello, I am currently working on a small WPF app and I decided to give .NET9 and the new Fluent theme a go.
I am currently working in parallel on two machines, one is Windows 10 and one is Windows 11.
While everything looks fine on Windows 11, on Windows 10 the Fluent theme does not work.
Is this expected? I cannot find any reference in the documentation regarding the expected behavior of this new Theme on Windows 10. I understood that this theme would be applied also to Windows 10.
Both machines are working with Visual Studio 17.12 and .NET 9 installed.
On Windows 11:
On Windows 10:
Winodws 10 info:
Reproduction Steps
Create a minimal app with Fluent theme using .NET9 and start it on both Winodws 11 and Windows 10.
Expected behavior
Fluent theme working on Windows 10.
Actual behavior
Fluent theme not working on Windows 10.
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: