Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dockable Form

How do you create a "dockable" form, similar to the windows in Visual Studio?

like image 526
joek1975 Avatar asked Dec 17 '22 10:12

joek1975


1 Answers

I've used Weifen Luo's "DockPanel Suite" to good effect. It's an open source library that mimics Visual Studio's docking system very well, including nested docking, floating windows, tabbed windows, etc. You can download his source and see his approach there, if you'd prefer your own, simpler solution.

Sourceforge project here: http://sourceforge.net/projects/dockpanelsuite

like image 106
AR. Avatar answered Jan 12 '23 08:01

AR.