0

I have created an application which has one window. Click of a button in this window should open another dockable window. Is there a simple way to do this? I found a CodeProject which does this, but this seems a lot of functionality for me. http://www.codeproject.com/Articles/140209/Building-a-Docking-Window-Management-Solution-in-W

savi
  • 497
  • 2
  • 12
  • 27

1 Answers1

0

Are you looking for something like AvalonDock ?

Here's the NuGet: http://www.nuget.org/packages/AvalonDock/

Lucas Trzesniewski
  • 50,214
  • 11
  • 107
  • 158