Hello everyone,
My development environment is C++ Builder 10.4 (LMD version 2020). I have placed a Docksite on a Form, right-clicked on the Docksite, and selected "New Panel (Tabs)" to add eight DockPanels to the Docksite. When I run the program, the tabs appear at the top of each DockPanel, as shown in Image 1, which is the intended display.
However, when I drag a DockPanel to rearrange its position, some DockPanels end up with their tabs appearing at the bottom, as shown on the right side of Image 2. I would like to ensure that, whether creating new DockPanels dynamically or dragging existing DockPanels, the tabs consistently appear at the top of each panel, as shown on the left side of Image 2.
Is there a way to achieve this? Thank you.
Comments
LMDShapeButton
to switch between DockPanels (as shown in the attached Image 3). How should I adjust the properties to achieve this?