Hi
I'm trying to create a custom shape container by restyling RadDiagramContainerShape, but I'm running into a few problems relating to layout. It appears that RadDiagramContainerShape forces a specific padding between the edge and the children and moves the container if the children touch the border. It also resizes to accommodate the children.
Is there any way to hide the header, force it to not resize and allow the children to be positioned right up against the edges?
I'm trying to create a UI design tool and need a container that will allow the contained children to be position anywhere in the container.
Thanks