Hello, I have a problem with the connectors. When I load the diagram for the first time, when I click to collapse, the points of the connectors are collapsed together with the node (Attachment 1: BUG 1). When I remove a node and back to draw the diagram using
NDrawingDocument document = NDrawingView1.Document;
NLayer layer = (NLayer) document.Layers.GetChildAt (0);
document.Layers.RemoveAllChildren ();
document.Layers.AddChild (layer);
document.ActiveLayerUniqueId = layer.UniqueId;
Draw the diagram as well, but when I collapse a node works fine, but the connectors are in the same position, do not collapse together with the node (Attachment 2: BUG 2).
I need a quick response.
Thank you very much for your attention.