S.No |
Query |
Solution | |
1 |
I'm trying to make panels that are dockable. but the only function I want is that it can be dragged out of the main window and be put back. I don't want that it is able to dock to the right or top etc.. I only want to be able to be tabbed with the other panels.
|
PreviewDockHints events can be used to enable or disable docking hints and set the DockAbility property value of dock window as per our requirement. Please refer the below code snippet, simple sample and video which reflects the same.
C#:
Sample link: https://www.syncfusion.com/downloads/support/forum/150112/ze/DockingManagerTabbed-18657198
Video link: https://www.syncfusion.com/downloads/support/forum/150112/ze/ScreenCapture_12-23-2019-310324706
| |
2 |
We have faced issues multiple time when we try to dock the window to tabbed state as it remains in float state. |
We have logged this issue as defect and the fix will be included in Volume 4 SP1 release which rolls out by end of January 2020. The issue can be noted in the above video . Please let us know if you have any queries and refer the below feedback portal.
|