"Andrey M, Zubarev" <[email protected]> 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
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to