WPF Sub-MenuItem Opening on the Left Instead of the Right

后端 未结 1 908
庸人自扰
庸人自扰 2020-12-19 10:12

I have set up a simple sample menu.


  
    
      

        
相关标签:
1条回答
  • 2020-12-19 11:03

    Does this happen on other applications on your system as well?

    There's a registry setting in the value MenuDropAlignment in the key HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows that controls it system-wide. You might just check to make sure that it is set to 0 instead of 1.

    More info can be found in this article.

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