How to make this menuItem in menuBar arrow from ⋮ > on the left side to < ⋮

image

The parent-menu doesn’t know in which direction the sub-menu will open, as that depends on the available space, so I don’t think you can do it dynamically.

You could override the css of the menu-item to rotate the arrow 180deg and move it to the left, but it’s rather complicated.

1 Like