> > > Yes, but when add button for exemple, is possible to put out of marging
> > defined in AdjustClientRect
>
> Yes, even negative coordinates are allowed for controls. This is for
> example needed when right aligning controls and the panel has not
> enough width for all it's children.
> You can override
>    procedure AlignControls(AControl: TControl; var ARect: TRect); override;
> This is called whenever the children were changed.
>
> Mattias
>
>
Thanks Mattias, I see that.

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

Reply via email to