Docking using VCL: How to make vertically docked Forms prevail over horizontally docked Forms?

Posted by NineBerry on Stack Overflow See other posts from Stack Overflow or by NineBerry
Published on 2010-03-24T17:47:45Z Indexed on 2010/03/24 19:13 UTC
Read the original article Hit count: 159

Filed under:
|
|
|

Hi

I am using docking (VCL) in Delphi 7. In my main form, two other forms are docked: One vertically at the left edge, one horizontally at the bottom edge.

Problem: The form docked at the bottom edge takes the full width of the form, limiting the height of the form that is docked at the left edge.

I would like the opposite behaviour: The vertically docked form taking full height of the form and form docked at the bottom to be restricted in width.

That's how it looks like currently:

That's how I want it to look like:

Thanks

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-7