When I add, for example, a TPanel
to a form and align it using alTop
and then add a TMainMenu
to the same form, the main menu position overrides the panel position such that the Main Menu remains topmost on the form with the panel appearing below it.
Is it possible to override the TMainMenu
position so I can add a component like a Panel above it and the Main Menu below it?
Alternatives like TActionManager
and/or TToolBar
are not suitable because of BiDi compatibility issues.