Donate

WPF Menu Item Drop Alignment Appears To The Left Instead Of Right In Windows 10

Hello,

I was assigned a new laptop and when I ran several of my WPF applications into this machine, I suddenly noticed that the menu items drop alignment appears to the left instead of right. Since this is a OS setting, we need to change some values in the registry. Open registry editor and navigate to this registry path -> Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows. Change the MenuDropAlignment value from 1 to 0 similar to the picture below.
WPF Menu Item Drop Alignment Appears To The Left Instead Of Right In Windows 10
Once done changing the value, make sure to reboot your machine for this changes to take effect. After that, your menu item drop alignment changes from left to right.
Output
WPF Menu Item Drop Alignment Appears To The Left Instead Of Right In Windows 10


Cheers!

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Pass GUID As Parameter To Action Using ASP.NET MVC ContribGrid