Hi,
I have some nodes attached to a group and when I resize the group node, attached nodes are moving in the direction I resize.
This is not happening in all directions. Attached nodes are not moving when I resize using the handles at BottomCenter, BottomRight and MiddleRight, they are moving when I use other handles(ResizeTopLeft,ResizeTopRight,ResizeBottomLeft,ResizeTopCenter.ResizeMidd
leLeft).
I need the nodes not moved when I use any handle to resize the group.
I am using latest Mindfusion Diagramming control for WinForms version 5.3.5
I found similar post at
http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=125025771...but could not understand what the solution was as it seems that was resolved.
I am attaching the nodes at TopLeft using the below code
if (e.Node.Bounds.Contains(n.Bounds))
{
e.Node.Obstacle = false;
n.AttachTo(e.Node, AttachToNode.TopLeft);
}
Please let me know what needs to be done to not to move the attached nodes when I am resizing the group. Please suggest a solution, Thanks in advance.
Regards
Velidanda