MATLAB: Question for uimenu open direction.

guiopen wayuimenu

 Hello, all. I have a simple question.
 When I generate uimenu for my GUI program, some menu is sticked out of my main command box.  I want to control the way(direction) of my sub-menu(uimenu) open to left(inside my main box).
 Is there any way to control this uimenu property?
 Cheers,

Best Answer

No. It depends on the current position on the screen and the operating system controls the position of the submenus. This concerns all submenus, such that changing would influence the look&feel of the interface. This will make the GUI less intuitive - not user-friendly.