Hi team,
I have been trying to use WPF DockingManager for getting my content as tabs using syncfusion:DockingManager.State="Document", at this point I am able to get a float window when I double click on the header and Im able to move it to a secondary monitor. But, when i close the float window it disappears, I would rather like it to be placed back in the parent window at the same position from where the tab was actually made a float window.
Also i should be able to drag the float window onto the parent window and the float should be tabbed at the original location.
Wanted to know if there is a direct property at syncfusion:DockingManager level or individual ContentControl level. If not any sample to achieve the same would be of great help.
Thank you.