Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Dock Panel? [closed]

Trying to find a dock panel/window widget like Visual Studio uses for its Toolbox/Properties/Solution Explorer/etc windows. Is there seriously not one already part of the .net framework? Or am I blind? If not, is there one you can recommend for me to download?

like image 894
mpen Avatar asked Jan 13 '10 21:01

mpen


3 Answers

Weifenluo's DockPanel Suite is a very popular implementation of the Visual Studio style user interface. It has the right price too.

like image 68
Hans Passant Avatar answered Nov 05 '22 21:11

Hans Passant


You can use Visual Studio (2008) Shell itself as a framework for your own apps:

http://msdn.microsoft.com/en-us/vsx2008/products/bb933751.aspx

This should give you all the docking, etc. that VS has.

*Edit: I don't know if the shell will be available for VS 2010

like image 20
Chris Dunaway Avatar answered Nov 05 '22 19:11

Chris Dunaway


I dont think you will find one in the controls included by default in VS, but I have used the Telerik version for ASP.NET and been impressed.

Telerik Dock control

like image 27
Tj Kellie Avatar answered Nov 05 '22 21:11

Tj Kellie