Multiple links between two BasicNodes

Hi,
In my application, I have multiple links between two nodes (I used BasicNode). Right after layout, these links are separated, which is what I wanted. However, when moving any node, the links merged into one. How to prevent this. Thanks.
I know I could use GeneralNode or MultiplePortNode or write my own nodes, but then the link and the port all have to be different, which seems to be complicated.

Wally

One possibility is to try setting the AdjustingStyle property.

Thanks for the replay, Walter, but could you please be a little bit more specific about where the AdjustingStyle property should be set, I mean, JGoBasicNode, JGoPort or JGoLink. Thanks again.

It’s a property of JGoLink.