Hi all,
In my Delphi XE application I have a main menu and some of the menu items have a sub menu.
The sub menus that are created at design time are aligned to the parent menu item correctly, but the ones I create in code always have a gap between the menu item and the sub menu.
Is there some other property of the sub menu items I need to set apart from owner and parent to get them to display correctly?