The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have an application with several Windows contolled by a Toolbar. Now I want to integrate the Docking Manager on my main Window. Would it be possibel to dock my existing Windows to the dockingManager?
DRDurga Rajan Syncfusion Team October 3, 2016 09:02 AM UTC
Hi Christian Vogt,
Thank you for contacting Syncfusion Support.
Creation of window as child of Visual is not allowed because window must be the root of the VisualTree. So we cannot add window as child window of DockingManager. We suggest you to use the Window content inside the UserControl and integrate it into DockingManager. If we have misunderstood your query, please update more details about your requirement. This would help us to proceed further.