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

LineConnector - how to make it not editable ? (V5)

I wanted to make arrows (LineConnectors) unmovable. I tried following properties but user still can edit them:

connector.TailEndPoint.AllowMoveX = false;
connector.TailEndPoint.AllowMoveY = false;
connector.HeadEndPoint.AllowMoveX = false;
connector.HeadEndPoint.AllowMoveY = false;
connector.EditStyle.AllowVertexEdit = false;
connector.EditStyle.AllowSelect = false;
connector.EditStyle.AllowMoveX = false;
connector.EditStyle.AllowMoveY = false;
connector.EditStyle.AllowChangeHeight = false;
connector.EditStyle.AllowChangeWidth = false;

User can select an arrow using mouse dragging selection (left-click and drag mouse, selection rectangle will appear). After he selection arrow endpoints are highlithed with red and he can move them freely. How to make them uneditable and unselectable?

3 Replies

MF Meera Fathima Syncfusion Team May 23, 2007 01:26 PM UTC


Hello Mike,

Thank you for using Essential Diagram.

I was able to see the issue that you have mentioned here. Could you please open a new DT incident with the subject of this forum. So that you can follow-up with the status of this issue through DirecTrac.

Thank you for bringing this issue into our attention.

Regards,
Meera.


GA Giancarlo Aguilera July 30, 2007 04:02 PM UTC

Hi!

Has this issue been resolved?


Thanks

GA





J. J.Nagarajan Syncfusion Team July 30, 2007 05:33 PM UTC

Hi GA,

Sorry for the delay in getting back to you. Yes, this issue has been resolved. Please open a new direct trac incident (mention the forum link in the subject line) so that we can update with the download link of the private patch including this fix.

Please let me know if you have any questions.

Thanks for using Syncfusion product.

Regards,
Nagaraj

Loader.
Live Chat Icon For mobile
Up arrow icon