Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

My Question is How can we implement Dockable Window similar to Properties window in Visual Studio in Windows Forms, i mean is it possible n easy to implement the Dockable window in C#, Please Help...
Posted
Comments
dhawaljoshi 20-Jan-12 1:36am    
Will it need any third party tools?
Please help ........
BillWoodruff 20-Jan-12 3:23am    
You've got a great range of answers already here, but I'll just add the comment that in questions like this it's a good idea to try and tell exactly what you want: if what you want is exactly the same as what Visual Studio provides: that is one thing; if what you want is simpler ... like just how to make a window stick to the edges of another window: that's a whole different question, so much simpler.

Personally, I use a third-party control suite (Lidor) to handle all my docking needs.
dhawaljoshi 2-Feb-12 2:40am    
Can we Do it without Third Party Controls ?
BillWoodruff 2-Feb-12 5:08am    
You already have an answer here which tells you how to do it in VB, and you accepted that answer: why are you asking this now ?

thanks, Bill

Hi,
try to check following link: Simple Dockable Form With VB.Net[^]
I know that it is on vb.net but rewrite it to c# couldn't be a problem

this one could be better:
Visual Studio IDE like Dock Container[^]
 
Share this answer
 
Comments
dhawaljoshi 25-Jan-12 1:37am    
Thank you so much I have got what you are trying to convey in this exapmple with Visual Studio Like Dock Container....
Not to forget DockPanel Suite[^], which works for me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900