I created a simple examples menu.
<Menu> <MenuItem Header="Top Menu"> <MenuItem Header="Item 1"> <MenuItem Header="Sub Menu 2" /> </MenuItem> </MenuItem> </Menu>
Submenu 2 opens on the left instead of the expected right side of the menu. I would expect this behavior if the menu was close to the edge of the screen, but the window is centered on the screen and not close to any edge.
Is there a property controlling where MenuItem
appears on the screen?
source share