Click here to Skip to main content
15,885,908 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My requirement is :
I have a parent window mainwindow.xaml
When I click a button in mainwindow.xaml another windows sample.xaml opens.
Now,the window sample.xaml should be dockable.i.e along with the minimize ,maximize,close buttons i need an icon for docking the sample.xaml to the parent window mainwindow.xaml.
Now,when i mouseover the docked panel it should show me the window with only undock icon and close button on its header.
When i click on undock icon,then the normal window should be opened with all the four buttons(minimize,maximize,close and dockicon.).Kindly suggest how can I implement this one in wpf.
Posted

1 solution

Have a look at these CP articles
WPF Docking Library[^] - but note the updates now available on CodePlex

A slightly more recent one on the same subject - Building a Docking Window Management Solution in WPF[^]
 
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