-
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: Expander is slow to collapse in .NET 9.0.1 #10295
Comments
@bent-rasmussen I will take a look at this, I pushed a fix in Expander as it was causing an issue during theme change, but I didn't face this issue. |
Thanks. So far I can only say that we use a Frame/Page navigation setup, so that might be affecting the issue, I'm not sure. |
This shouln't be the issue as such as the whole WPF Gallery app is based on that setup, but I will take a look at it. |
I Found the Problem, thought I could share it here.
|
Thanks @Theo-bos for investigating the issue, if you would like to you can go ahead and raise a PR for this issue. |
Description
My company is preparing a preview version of our app using the new fluent theme but we were surprised to find this regression in 9.0.1 (the slowness was introduced after upgrading from SDK 9.0.101 to SDK 9.0.102) - nothing else changed:
Reproduction Steps
I have not been able to create a minimal repro yet.
Expected behavior
Fast collapse.
Actual behavior
Slow collapse.
Regression?
Known Workarounds
Use prior version of .NET.
Impact
Poor UX.
Configuration
Microsoft Windows 11 Pro
Windows 10.0.26100 Build 26100
Surface Pro 8
.NET 9.0.1 (SDK 9.0.102)
Other information
No response
The text was updated successfully, but these errors were encountered: