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

前端 未结 1 726
被撕碎了的回忆
被撕碎了的回忆 2020-12-18 08:42

I have a WPF app that I am working on. Everything is very simple at the moment as I\'ve not implemented any of the \"meat\" yet. One of the things that is bothering some of

相关标签:
1条回答
  • 2020-12-18 09:28

    I finally figured it out. I found a link off Microsoft that resolved my issue. Apparently this was happeneing because I have a Wacom tablet on my computer. It has absolutely nothing to do with WPF.

    http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/menus-are-being-right-aligned/cb94ff1e-5c3f-4535-944a-ae5632149a0d

    In case the link ends up going away here's the details in a nut-shell.

    Press the Windows key + R to bring up the Run dialog box. In the Open line, copy/paste the following line of text.

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

    Press OK.

    This will start the Tablet PC Settings configuration dialog (Even if you do not have a Tablet PC).

    Select the Other Tab.

    In the Handedness section, place a check mark in the Left Handed option.

    Click OK.

    0 讨论(0)
提交回复
热议问题