In Visual Studio, we can add various panels like SolutionExplorer Panel, Properties Panel,etc. Also we can minimize these panels and maximize these panels.
I want to design a dockpanel similar to what I have mentioned in WPF. ( I should be able to pin the panel, unpin the panel, etc)
Does DockPanel support this by default? Or should I do something to support this feature. A sample illustration of code will be great!!!