Hi Deepak,
Requirement:
Disable multi selection of Nodes and Connectors.
Response:
Your requirement can be achieved by setting desired tool to the Tool property of the Diagram. We have provided code example to represent this. Please refer to the below code example.
Code example:
diagram.Tool = Tool.SingleSelect; |
Regards,
Saranya C.