Hi,
I’m using Syncfusion for 17.4.0.39 for WPF .
I have a sfDiagram which the user scroll and zoom.
I want to:
1. Reset the diagram view to the initial, default zoom and Pan (i.e. return to the initial view no zoom, no pan view)
2. In addition, “focus” the diagram to show a specific node in the center ow the window
a. i.e. if the view is set to show 0,0 as the top left, siagram height is 400 pixels and the node to center is at 500, pan the diagram 300 pixels up (100 + half of 400)
What API I need to apply?
Please note I am forced to use code behind for all actions
Thanks