We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Open "Layout" form programmatically

Hi guys,
I'm trying to find how to open "Layout" form for diagram programmatically in our application, but can't find the way to do it. Other context menu items like "Pan" available with things like "diagram1.Controller.ActivateTool("PanTool");", but how should we open "Layout" window?
We are using Winforms diagram v11.1.
Thanks,
Alex

2 Replies

AL Alex Lapushinski August 9, 2013 03:22 PM UTC

LayoutDialog dialog = new LayoutDialog(this.diagram1);

dialog.Show(this);


Thanks guys!



AA Amsath Ali M Syncfusion Team August 27, 2013 06:19 AM UTC

Hi Alex,

 

Thanks for your interest in Syncfusion products.

 

We are happy to hear that the issue has been resolved by yourself. Please let us know if you require any further assistance on this, we would be happy to help you out.

 

Regards,

Amsath Ali. M


Loader.
Live Chat Icon For mobile
Up arrow icon