Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

How to Keep DockPanel Tabs Consistently Displayed at the Top

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.
png
png
Image1.png
6K
png
png
Image2.png
12K
png
png
Image3.png
10K

Comments

Sign In or Register to comment.