C# .NET Controls for docked tool windows?

Posted by Brett Powell on Stack Overflow See other posts from Stack Overflow or by Brett Powell
Published on 2011-01-16T05:04:22Z Indexed on 2011/01/16 5:53 UTC
Read the original article Hit count: 218

Filed under:
|
|

I was using Qt with C++ to develop my GUI applications, but I have recently switched to try out C# .NET as it is much easier to do what I need to.

I was wondering what controls I need to be using for a few things and if they exist for C# .NET or if I need to do something custom/special.

example screenshot showing docked tool windows

If you look in that screenshot, I want to do something similar to how they have each tool window grouped into its own docking area with the option of closing it or breaking it out of the layout so it can be dragged. I am talking about the tool windows titled "Groups", "Resources", "Tools", etc.

I also want to make these tool windows stay in the same place when the main window is resized. Qt has spring like widgets that will let you create a UI that keeps its shape when the window is resized. Does anything like this exist in C# .NET?

© Stack Overflow or respective owner

Related posts about c#

Related posts about controls