When adding a child into a cell the position of the child changes and the parent size changes.
mxGraph.prototype.addCell()
I was able to disable the parent size to remain as it is by setExtendParentsOnAdd(false) but can't able to disable child reposition at the end of the parent.
Does anyone have any idea how to restrict child postion from changing when addCell ??