When your WPF menu alignment is wrong

I had a very weird problem where my menus on a WPF application were dropping down to the left instead of the normal to the right.

It turns out it is due to having a tablet setting set to right handed … even though I don’t have a tablet. The answer was found on the link at the bottom of this post.

To fix it:

Press the Windows key + R and then copy/paste the following line of text.

shell:::{80F3F1D5-FECA-45F3-BC32-752C152E456E}

Press OK.

In the Tablet PC Settings configuration dialog select the “Other” Tab. In the Handedness section, place a check mark in the Left Handed option.

Click OK.

Fixed.

Links

How can I get WPF menus to align like the old win forms menu?

Related Posts

A simple addition to every meeting

We have a lot of remote meetings as most of our team work a significant amount of time from home. Face to face meetings are much better for some types of meetings - especially workshops and retrospectives. As the level of expected collaboration increases the more it favours face to face interactions.


Read More

A local version of AWS

One of the things that has deterred me from doing much personally in the cloud has been the potential cost.


Read More

Setting up Github SSH

Just a reminder of the starting point for setting up SSH with Github so I don’t have to keep looking for it each time.


Read More