Anything like this for Delphi?



http://sourceforge.net/projects/dockpanelsuite/

I was playing around with it and it totally rocks, you simply use regular forms instead of panels as most of the Delphi ones I have seen use. It also will fully merge the menu of documents to the main menu.
You start with a mainform and set it to be a MDI container, then drop a dock panel on it. You then simply set your child forms to be dockcontent instead of form and them just create them and in the constructor you simply tell it the dockpanel and where you want it to go. If docked to the middle it automatically shows as a tabbed MDI document just like in Delphi 2007 or VS.

To bad it's .net only.
.



Relevant Pages

  • Docking library
    ... What docking libraries are there available for Delphi 2007 at the moment? ... I'm currently using an MDI framework with some panels on the sides for an ...
    (borland.public.delphi.thirdpartytools.general)
  • Panel positioning
    ... I have a form, on this form 2 panels (on the left for a treeview, on the ... Is it possible to resize automatically the panels to adjust them to the main ... In Delphi, it was possible to align right ...
    (microsoft.public.dotnet.framework.windowsforms)