On Thu, 08 Jan 2015 05:45:46 +0100 Marc Santhoff <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
