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

Diaplay diagram

Hi,

I am using the syncfusion diagram control for drawing the Flow chart. but my Flow chart is too large, after saving when i open the Flow chart it focus on Middle or end of Flowchart( or diagram). and it required to scroll up to go on top of flowchart (or diagram ) at every time.

this is my problem. I want to focus or display my flow chart from start of diagram when it open. after that i will scroll down to see whole flowchart( or diagram).

i have used following code:

1)this.diagrame.BeginInit();
2)this.diagrame.AlignTop();

still it was not focus on title of Flow chart ( or diagram).

Please help, it is urgent for me.
Thanks in advance.

1 Reply

GM Gowri Manohari D Syncfusion Team July 22, 2009 06:35 AM UTC

Hi Nikhil,

Thank you for choosing Syncfusion products.

We have analyzed your requirement.Please check whether the Diagram.View.Origin has getting changed in your application.If it so means please change the Diagram.View.Origin as like below. Otherwise provide the Edd file in which the issue occurs.

this.diagram1.View.Origin = new System.Drawing.PointF(0, 0);

Regards,
Gowri

Loader.
Live Chat Icon For mobile
Up arrow icon