Trouble preventing links from overlapping

setting z-order on an element in the nodepanel doesn’t seem to have an effect. How do I prevent links from sitting over the node?

Do you always want links to be behind nodes?
If so, the easiest thing to do is to assign go:Part.LayerName=“Background” on the link’s DataTemplate’s root element.

Thanks Walter,

That did the trick
-Mike