Create a VCL form and put on 2 panels - one alighed left (“PanelLeft”) and the other aligned right (“PanelRight”). Add a TAdvToolPanelTab (“Tabs”), which aligns left by default (ppLeft) - on the right edge of LeftPanel. Add a ToolPanel (“ToolPanel”) to the TAdvToolPanelTab - in the design view ToolPanel is displayed (correctly) to the right of LeftPanel and the Tabs. However, when run, Tabs is the right of the Left Panel but ToolPanel is displayed left aligned with the form - over the top of LeftPanel.
If you change Tabs position to ppRight, Panels display “correctly” to the left of RightPanel at both design and run time.
Is the “expected behaviour” and is there any work around for ppLeft to display panels to the right of the Tabs?




