How do get menu to open to the left in WPF?
问题 I have a menu (with menuitems) in WPF. Unfortunately when I click on the menu heading it opens the menu to the right. The problem is that there is stuff on the right that I don't want it to overlap. How do I tell WPF to open the menu to the left? Do I need to do a control template? (control templates seem so heavy handed for such basic style changes). Thanks! KSG 回答1: While you can create a ControlTemplate to do this like they do here, I agree that it is a cumbersome method just to modify one