Query 1:
Closed float window(before float changed from tabbed state) in secondary monitor should be updated back to the primary monitor as tabbed window. |
We have checked your query at our end and prepared the sample based on your requirement. After closing the float window, you can restore the float window back to the tabbed state by invoking the window closing event. In the attached sample, we have changed closed window state from float to document with help of window closing event. Closed window can be retrieved from EventArgs of the closing event. Please find the code snippet and sample for the same.
Code Snippet:
XAML
C#
Sample: https://www.syncfusion.com/downloads/support/forum/146276/ze/DockingManager_Document118711720.zip
| ||
Query 2:
Float should be tabbed at original location.
|
We can achieve your requirement using the IsVS2010DraggingEnabled property as true. Please find the attached video which we demonstrate that how to drag and drop the float windows back to the tabbed state in the same position. Please find the code snippet and sample for the same.
Code Snippet:
XAML
Sample: https://www.syncfusion.com/downloads/support/forum/146276/ze/DockingManager_Document118711720.zip
| ||
|
If we misunderstood your requirement, please provide more information regarding the requirement. It would be more helpful to proceed further. |