@Tany wrote:
Hi,
My Diagram has Tree Layout with the following attributes :
this.diagram.layout = this.GO(go.TreeLayout,
{ angle: 90, nodeSpacing: 10, layerSpacing: 40, layerStyle: go.TreeLayout.LayerUniform, alignment: go.TreeLayout.AlignmentCenterChildren, childPortSpot : go.Spot.TopCenter } );Some of the child nodes are groups.
When a group is collapsed, the link from the parent node to the group node is located on the left side of the group, as shown in the picture :
When the group is expanded, the link is located on top of the group, as shown in the picture :
I would like the link to be always connected on the top of the group.
How can i force it ?
Posts: 1
Participants: 1