Hi,
Open the GoWPFDemo45 solution and make following changes.
- Open SequentialFunction.xaml and Add following code to the link template.
go:Link.Route
<go:Route Routing=“Orthogonal” Adjusting=“End” />
</go:Link.Route>
2. Add following code to the textblock inside node templated so that the textblock becomes linkable.
go:Node.LinkableFrom=“True” go:Node.LinkableTo=“True”
OR
3. Compile and run the solution and open the SequentialFunction from list
4. Keep only two nodes and delete everything from the diagram
-
Create a new link between these two nodes now.
-
Link gets added
-
Now move the nodes so that they appear something like as shown below.
-
Now select the link and try to move the grip points horizontally.
The link does not allow to get adjusted horizontally in this case. It always gets adjusted vertically.
How do I adjust the link horizontally? How to enable the horizontal grip cursor in this case?