I'm trying to implement a way to automatically resize the diagram to fit the canvas (i.e. automatic zoom) after it is loaded. But I could not find a built-in functionality. Is this possible?
Best Regards,
1 Answer, 1 is accepted
1
Vessy
Telerik team
answered on 05 Jun 2017, 03:38 PM
Hi David,
The described scenario can be achieved by calling the bringIntoView() method of the diagram in its client-side Load event-handler.