Hi.
I'd like to be able to disallow the user from selecting connections between the nodes.
I.e.: The user selects a group of nodes on the canvas by dragging the selection rectangle to include the desired nodes. By default, the connections in the rectangle are selected too: They are included in the SelectedItems (IEnumerable) at the time the SelectionChanged event is fired.
Is it in any way possible remove the links between the nodes from the selected items.
I'd like to be able to disallow the user from selecting connections between the nodes.
I.e.: The user selects a group of nodes on the canvas by dragging the selection rectangle to include the desired nodes. By default, the connections in the rectangle are selected too: They are included in the SelectedItems (IEnumerable) at the time the SelectionChanged event is fired.
Is it in any way possible remove the links between the nodes from the selected items.