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

Is it possible to disable selection zone on diagramview

Hi 

I press leftbutton on diagram and move a mouse
a selection zone appears

I need to disable this zone, is it possible ???


Best regards


Christophe 


Attachment: Untitled_19c9bdef.zip

1 Reply

RA Ranjitha Amirthalingam Syncfusion Team February 23, 2015 09:07 AM UTC

Hi Christophe,     

 

Thanks for using Syncfusion Products

Requirement: Disable Selection Zone in Diagram View

We have achieved your requirement “to disable the selection zone in the diagram view” by using ItemSelectionMode property of Diagram View. ItemSelectionMode property specifies the item selection mode for diagram view elements. The default value is Multiple. Please refer to the code snippet as below

Code Snippet:

diagramview.ItemSelectionMode = ItemSelectionMode. Single;  

 

Here diagramview is the instance of Diagram View.

Please refer to the following online help documentation link for more information about ItemSelectionMode

Link: http://help.syncfusion.com/ug/wpf/documents/itemselectionmode.htm

 

Please let us know if you require further assistance on this,

Regards,

Ranjitha A.



Loader.
Live Chat Icon For mobile
Up arrow icon