You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aligns the MenuItem with HorizontalAlignment="Right" to the right of the menu bar.
Actual behavior
MenuItem with HorizontalAlignment="Right" remains aligned to the left.
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
Which version of .NET is the code running on?
NET 9.0.200 What OS and version, and what distro if applicable?
Windows 10 19045.4291 What is the architecture (x64, x86, ARM, ARM64)?
x64 Do you know whether it is specific to that configuration?
Not specific to configuration
Other information
No response
The text was updated successfully, but these errors were encountered:
Description
In plain old WPF, a
MenuItem
withHorizontalAlignment="Right"
is aligned to the right of the menu bar. With Fluent, it does not do this anymore.Reproduction Steps
App.xaml
MainWindow.xaml
Expected behavior
Aligns the
MenuItem
withHorizontalAlignment="Right"
to the right of the menu bar.Actual behavior
MenuItem
withHorizontalAlignment="Right"
remains aligned to the left.Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
Which version of .NET is the code running on?
NET 9.0.200
What OS and version, and what distro if applicable?
Windows 10 19045.4291
What is the architecture (x64, x86, ARM, ARM64)?
x64
Do you know whether it is specific to that configuration?
Not specific to configuration
Other information
No response
The text was updated successfully, but these errors were encountered: