Hi.
I want to prevent direct deletion of Connectors, but allow them to be deleted together with connected nodes. also, I want to use the objects individually, without grouping them together.
I tried using ConnectorConstraints.Default & ~ConnectorConstraints.Delete to block deletion, but this prevents deletion of Connectors even when deleting nodes.
Is there a way to achieve this?