Hello,
i really like the framework and after some experiments i have some questions. Here we go.
1. When i use "LinkShape = Cascading" and i connect two nodes with a straight link, then i can't modify the link from position of the head. I have to delete the link and create a new one to the new anchorpoint. When i change LinkShape, then it's no problem.
2. I use AutoSnapLinks. When i create / modify a link and the link snaps to an anchor i would like to display the new path of the link. Now the route of the link goes through a node and after the user released the mousebutton the link will be routed around the node. I would like to display the path before the user releases the mouse button.
I tried the following code, but that does not work properly. I can then create links not only at my anchorpoints.
diagram.RoutingOptions.TriggerRerouting = RerouteLinks.whileCreating;
3. I use the Overview control. When i use a margin, the overview has another vertical line at the right position (inside the control, outside the mini diagram).
4. I have a diagram inside a ScrollViewer. Is it possible to change the size of the diagram interactively. Like dragging the right border to increase/decrease width of the diagram?
5. During InplaceEdit mode i can't use del key to delete the selected text.
Thx for any help.