views:

37

answers:

2

I want to add one of those dockable windows panes, such as the solution explorer in visual studio 2008 to my project, are they in fact called dockable tool, or shims? And where do I find it because obviously its not in the default list?

+1  A: 

There is no built-in control in .Net that does this; you need a third-party docking suite.

Commercial ones include DevExpress XtraBars.
Free ones include DockPanel Suite.

SLaks
A: 

I use the DockManager from Infragistics NetAdvantage for this.

Jon B