WPF Menu Item Drop Alignment Appears To The Left Instead Of Right In Windows 10
Hello,
Cheers!
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.
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
Cheers!
Comments
Post a Comment