MoonKnight
MoonKnight

Reputation: 23833

What Window Forms Controls Do I Need

All, I would like to implement the ability to float certian sections of a windows form. What is the best way to achieve something like the following...

This is before the float (the electric blue panel indicates the section being moved).

Before Float

This is after the float.

After Float

Can I make the MDI container local to a certian panel of a given form?

Sorry for the poor question, I have not done this before.

Upvotes: 1

Views: 160

Answers (2)

Bek Raupov
Bek Raupov

Reputation: 3777

If you are designing something new, better use WPF and go with WPF Controls. It is the future! :)

And you can try out free AvalonDoc

Upvotes: 2

Tigran
Tigran

Reputation: 62246

You need docking manager. There are a lot of them out there in market, payer or not.

For example:

DockPanel Suite

Upvotes: 3

Related Questions