I have a collection of items which are databound to a Diagram. During the "visualTemplate" method I set each item's X and Y values. After all items have been rendered to the screen, the diagram changes all of those positions using its layout functionality. My question is how do I disable auto layout of my items on the diagram?