dockable windows?

M

Marco Jez

Hi everybody,

I'm new to Windows Forms (and .NET in general) so excuse me if this is a
FAQ. I was wondering how I can make panels that can be either floating or
docked at the form's sides, just like the ones used in Visual Studio itself
(property editor, solution explorer, etc.). Is there such a control in
Windows Forms or I have to build it by myself?

Thanks in advance,
Marco
 
H

Herfried K. Wagner [MVP]

* "Marco Jez said:
I'm new to Windows Forms (and .NET in general) so excuse me if this is a
FAQ. I was wondering how I can make panels that can be either floating or
docked at the form's sides, just like the ones used in Visual Studio itself
(property editor, solution explorer, etc.). Is there such a control in
Windows Forms or I have to build it by myself?

There are commercial components avaliable for this purpose, for example
<http://www.dotnetmagic.com>.
 
S

Saurabh

Just wondering if anybody has been able to dock a .NET form window to a
parent MDI window which is created in C++ ?

--Saurabh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top