views:

70

answers:

3

How do I allow my app to have drag and drop toolboxes like Visual Studio?

+1  A: 

Your best bet would be a third-party component to do this. Primarily, you are looking for something that provides docking windows on your form (which would more than likely be provided by a control you place on the form which would take up the entire form).

casperOne
+1  A: 

As always, I recommend using the DevExpress DXperience Components & Tools. In particular, you want to look into the Docking Functionality article.

There are free toolkits to do this also, but I've not used any.

Joe
+2  A: 

For a basic (and free) third party solution to do it look into DockPanel Suite. But as other said multiple other free or paid solutions exists.

VirtualBlackFox