[Lazarus] GUI design: fixed height panel at bottom

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Jan 8 10:18:37 CET 2015


On Thu, 08 Jan 2015 05:45:46 +0100
Marc Santhoff <M.Santhoff at web.de> wrote:

> On Mi, 2015-01-07 at 23:32 -0500, Dmitry Boyarintsev wrote:
> > The bottom panel should have alignment alBottom. The top panel shoud have
> > alClient
> 
> In principle that approch is working, but seemingly using the align
> property and anchors together produces unexpected results - at least for
> me.
> 
> Are those two designed to work together?

Yes, but Align comes first. For example alClient will not overlap with
alBottom, but it will overlap controls with alNone.
You can align for instance one control alLeft and anchor its right
side to a control.

Mattias
 




More information about the Lazarus mailing list