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

Diagram.Web (Expander) display over screen.

Hi,
I have downloaded and installed EssentialStudio v.6 to evaluate the Diagram.
I have created sample project.It 's works fine.but Node of Diagram display over screen.
I have attached sample project file and screen.Can anyone help me about this proplem?
Thanks,
Pui



diagramwebexpanderdisplayoverscreen.zip

3 Replies

AD Administrator Syncfusion Team January 24, 2008 12:48 PM UTC

Hi Pui,

Thank you for evaluating Syncfusion products.

Thanks again for the sample with screenshot.

The issue you have faced can be resolved by setting ConnectionsLimit property of ParentNode to greater than 10.

Node can have maximum of 10 incoming and outgoing connections. We can increase the connection limit by changing ConnectionLimit property.

Please use the code in your sample and let me know if this helps.

// in ConnectNodes() method of your sample
parent.CentralPort.ConnectionsLimit = 100;

Please let me know if this helps you.

Regards,
Jaya



FD fd January 28, 2008 03:56 AM UTC

Hi Jaya,
Thank you for the Response,Your code can be solve this problem.
Thank you very much
Pui :)

>Hi Pui,

Thank you for evaluating Syncfusion products.

Thanks again for the sample with screenshot.

The issue you have faced can be resolved by setting ConnectionsLimit property of ParentNode to greater than 10.

Node can have maximum of 10 incoming and outgoing connections. We can increase the connection limit by changing ConnectionLimit property.

Please use the code in your sample and let me know if this helps.

// in ConnectNodes() method of your sample
parent.CentralPort.ConnectionsLimit = 100;

Please let me know if this helps you.

Regards,
Jaya





AD Administrator Syncfusion Team January 30, 2008 06:16 AM UTC

Hi Pui,

Thanks for the update.

Please let me know if you have any further issues.

Regards,
Jaya


Loader.
Live Chat Icon For mobile
Up arrow icon