dockable windows?

  • Thread starter Thread starter Marco Jez
  • Start date Start date
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
 
* "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>.
 
Just wondering if anybody has been able to dock a .NET form window to a
parent MDI window which is created in C++ ?

--Saurabh
 
Back
Top