-
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: Controls inside ToolBar
have poor styling and usability
#9938
Comments
ToolBar
have poor styling and usability
Try dark theme Styling in the dark theme is much worse than in the light theme. |
Without running the code, I guess it's because direct children of a wpf/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ToolBar.cs Lines 463 to 505 in 8277d58
|
Okay, it seems to be a general text styling issue with <Page Foreground="{DynamicResource TextFillColorPrimaryBrush}" ... |
Description
When creating a desktop application with the new Fluent theme of .NET 9, controls inside the ToolBar appear poorly styled and have low usability. For example, one cannot see if a CheckBox is checked or a ToggleButton is toggled. Also the styling does not appear not up-to-date with the Fluent theme.
Reproduction Steps
ToolBar
like so:Expected behavior
Controls in the
ToolBar
are well-styled and have fair usability.Actual behavior
Controls in the
ToolBar
are poorly styled and have low usability:Regression?
No response
Known Workarounds
Wrap controls inside a
StackPanel
,Grid
, or other container.Impact
Writing desktop apps with the new Fluent theme of .NET 9 requires either restyling controls or simply not using standard controls. The palette of realistically usable controls is smaller than expected.
Configuration
Other information
No response
The text was updated successfully, but these errors were encountered: