Hi, I am having multiple windows( .xaml files). I want to dock one window in other.
Say, I am having a ParentWindow.xaml. On a button click in ParentWindow I open ChildWindow.xaml. After opening ChildWindow.xaml, I have to dock it in the ParentWindow.xaml.
How to implement this?