New Link is displayed in opposit direction

Hello Walter,

Please check the image below.
Here I am trying to draw the new link from "cat 1" to "abc".
In this case it shows me the link in opposite direction.
This only happens when my Source node is below the Target node while linking.
I am using version : 1.1.6.3
Could you please check the issue?
Thanks and Regards,
Hardik

I don’t know of any bugs that would account for such behavior.

I would suggest that you check that the link really is connected at both ends to the Nodes and FrameworkElements (i.e. ports) that you expect.

Or have you customized the Link.Route?

Hi Walter,

Actually proper linking happens when i release the mouse button. The only problem is with UI.
I just have following thing in my Link Template

<DataTemplate x:Key="LinkTemplate"><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" />

<go:LinkPanel go:Part.SelectionElementName="Path" go:Part.SelectionAdorned="True" >

<go:Link.Route>

<go:Route RelinkableFrom="False" RelinkableTo="False" />

</go:Link.Route>

<Path go:LinkPanel.IsLinkShape="True" x:Name="Path" Stroke="{Binding Path=Data.LinkColor}" StrokeThickness="1" />

<Polyline Stroke="Black" StrokeThickness="1"

Points="0 0 8 4 0 8" go:LinkPanel.Alignment="1 0.5"

go:LinkPanel.Index="-1" go:LinkPanel.Orientation="Along" />

<TextBlock Text="{Binding Path=Data.LabelText, Mode=TwoWay}" go:LinkPanel.Offset="8 8"

FontSize="9" go:Part.TextEditable="False" go:LinkPanel.Orientation="Upright" />

</go:LinkPanel>

</DataTemplate>

Do you think highlighted attribute can cause the issue?
Further to this issue I am expecting development of lot of features using the controls. Could you please suggest me a documentation which can help me learning the control in detail?
Regards,
Hardik

I have highlighted go:LinkPanel.Orientation=“Upright” but the formatting lost. Do you think this can create issue?

No, the Orientation shouldn’t affect the routing of the temporary link.

Try using the 1.2.6 kit, which you can download from our evaluation page.
Maybe there was some problem that was fixed that I don’t recognize in your description.

Hi Walter,

I will try the latest version as you suggested and update you.
Thanks and Regards,
Hardik