Skip to content
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

Open
LoriBru opened this issue Nov 20, 2024 · 6 comments
Open

Fluent theme not working on Windows 10 #10096

LoriBru opened this issue Nov 20, 2024 · 6 comments
Assignees

Comments

@LoriBru
Copy link

LoriBru commented Nov 20, 2024

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:
Image

On Windows 10:
Image
Image

Winodws 10 info:
Image

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

@miloush
Copy link
Contributor

miloush commented Nov 20, 2024

I suspect #9635 (comment) will work as a workaround for you.

@harshit7962 harshit7962 self-assigned this Nov 20, 2024
@harshit7962
Copy link
Member

@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.

@LoriBru
Copy link
Author

LoriBru commented Nov 21, 2024

Thank you both @miloush and @harshit7962 !
I will give the suggestion a try, indeed it is at least disappointing that the main new feature introduced with .NET9 on WPF requires a workaround right out of the box to work as expected on Windows 10.

@miloush
Copy link
Contributor

miloush commented Nov 21, 2024

@LoriBru Please note that the Win11 theming is experimental.

@LoriBru
Copy link
Author

LoriBru commented Nov 21, 2024

@miloush by reading this I understand that setting the Theme from code is experimental, not the whole Fluent theme, which is advertised as the main addition coming with .NET9.

@MichaeIDietrich
Copy link
Contributor

It seems that's not the first one who is confused that the whole Fluent theme is experimental in .NET 9: #10072
And I fully agree that linked document is really unclear about the fact that the whole Fluent theme is meant to be experimental.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants