[Lazarus] AnchorDocking resize priority
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Apr 12 16:16:37 CEST 2011
"Andrey M, Zubarev" <zamtmn at gmail.com> hat am 11. April 2011 um 10:16
geschrieben:
> Hi All,
>
> Possible to make a priority for resizing docked windows?
> To the extent possible when resizing the form, the changes
> occurred due to a single window, instead of all
> proportion to?
There is no property for this.
You can override the ResetBounds function:
DockMaster.ManagerClass:=TMyAnchorDockManager;
TMyAnchorDockManager = class(TAnchorDockManager)
public
procedure ResetBounds(Force: Boolean); override;
end;
Mattias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110412/e5a8fa8c/attachment-0003.html>
More information about the Lazarus
mailing list