Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1925
xamDiagram nodes alignment for newly created objects
posted

Referring to http://www.infragistics.com/samples/wpf/diagram/binding-nodes-with-objects

Can you please suggest recommended way of aligning new nodes if a child node is created on fly. I have set TreeDiagramLayout's NodeFlowDirection to "Below" but when a new object is added in viewmodel at run time it goes to top left corner of diagram.

Ideally starting from parent, I would like nodes to be center aligned and newly created to be below parent node.