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.
UNUnknown Syncfusion Team January 3, 2020 08:36 AM UTC
Hi Igor,
Thanks for contacting Syncfusion support.
We have checked your query “Load and Save does not work in DockingManager”. In your sample you are adding panels to DockingManager children collection during runtime by button click. So when the application is closed, the panels in DockingManager children collection are cleared. Therefore when you load the saved file after re-opening the application , it has the saved information of panels regarding position, height etc.. but it won’t add panels in DockingManager children collection. Please load the saved file after adding panels in DockingManager, and it works properly. Please refer the below video for the same.
I was solving my problem and I just forgot to reply your tip
helped me lot
UNUnknown Syncfusion Team January 7, 2020 03:55 AM UTC
Hi Igor,
Thanks for your update.
Please let us know if you require further assistance regarding this query. We will be happy to assist you .
Regards,
Niranjan Kumar
IGIgorJanuary 7, 2020 06:03 PM UTC
thanks Niranjan,
I have one more question.
How can i control the size of an form inside an panel?
So if i maximize or minimize they will
Adapt (Like the Anchor Property)
UNUnknown Syncfusion Team January 8, 2020 01:54 PM UTC
Hi Igor,
Thanks for your update.
To control the form size inside the panel set the Dock properties value of forms to Fill value. Therefore the forms size are updated when the panel re-sizes. Please refer the below code snippet for the same. If your requirement differs please let us know.
C#:
form1.Dock = DockStyle.Fill
Regards,
Niranjan Kumar
IGIgorJanuary 8, 2020 04:50 PM UTC
Niranjan,
thanks by support my problem is solved
UNUnknown Syncfusion Team January 9, 2020 04:05 AM UTC
Hi Igor,
Thanks for your update.
We will be happy to assist you further if you have any queries.