Hi,
I have the following problem.
If I drag’n’drop new nodes from a listbox to the diagram the insert point (as we learned in the older thread) tries to calculate the middle point of all inserted nodes.
But in my example he ignores the width and height of the nodes.
As you can see in the images the mouse pointer is on the upper border (ignoring the height) and in the middle of the left side of the most left node and the left side of the most right node (ignoring the width).
In my nodedata I have a width and a height property and these are bound to the width and height of the first element (grid) in the nodetemplate.
Any hint?