The Telerik RadDock helps you manage multiple windows in your application with a docking system like the one in Microsoft Visual Studio 2005. You get the dockable ToolWindows, a hidden DockingManager control, and a designer to make creating attractive layouts easy.

Benefits

This example is a RSS Reader application that is implemented with RadDock. The application is fully functional, and you can use it to read your favorite feeds.

To add programmatically a control to a tool window use the following code:

      searchToolWindow.Content.Controls.Add(searchCtrl);