Am 08.01.2015 um 02:40 schrieb Marc Santhoff:
> What I can't do is make this panel fixed height. Setting it's propety
> height in OnREsize of the form doesn't work, I think the other anchors
> reset the height according to their rules.

Sounds like you set the anchors wrong.
What you described should work with the following anchors:

Large panel:
Top- Left- and Right-Anchor: Form
Bottom-Anchor: Fixed panel

Fixed panel:
Botom-, Left- and Right-Anchor: Form
Top-Anchor: NULL!!

That way, the bottom/fixed panel should always keep its height.

Best regards,
Andreas

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to