Bob Dylan
Bob Dylan

Reputation: 4453

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

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

Upvotes: 1

Views: 108

Answers (3)

Julien Roncaglia
Julien Roncaglia

Reputation: 17837

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.

Upvotes: 2

Armbrat
Armbrat

Reputation: 2315

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.

Upvotes: 1

casperOne
casperOne

Reputation: 74530

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).

Upvotes: 1

Related Questions