Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Docking control with tear-away frame tool windows

0.00/5 (No votes)
6 Jul 2003 1  
A container control that tears away into a tool window when dragged

Introduction

Well, never being one to be easily satisfied, I was quite happy to find Phil Wright's excellent article on docking controls. However, I of course wanted more. I wanted a control that would behave like a container in the design environment, and would allow me to tear it away from the sides of its container and drop it wherever I wanted it.

So, using Phil's work as a base (thanks, Phil!) I extended his control to give it a little more design flexibility and a way to move it around more like a Visual Studio tool window.

Using the control is simple. Just copy the .cs and .resx files into your project directory and include them in the project itself. You'll either have to add an Images directory to your project for the tool's icon or change the [ToolboxBitmap ....] line in the .cs file to point to an image you want to use. Then, use it like any other control.

Known issues with this version:

  1. No location serialization - the control does not remember where it was placed between iterations.
  2. Control does not always size correctly when dragged and docked to an edge.
  3. Does not always play nicely with the design environment - I've had it lose child controls, somewhat intermittently.

Anyhow, it needs a little work (I'll try to keep new versions posted), but it's enough to get you started. Enjoy!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here