Changing internal origin of Container

The internal origin point of the Container object seems to be always center point of the shown area. Is there any method to change the origin point as e.g., left-top corner point?

@salesiopark - try changing the anchorX and anchorY https://docs.coronalabs.com/api/type/DisplayObject/anchorX.html

The problem is that the anchors of container does not change the internal origin of the container. That is, the following command

container.anchorX,  container.anchorY = 0, 0

effects only on the location of the container, not the internal origin. The internal origin of the container is still the center of the displaying area of the container even after changing its anchors.

Hello. Have you checked anchorChildren property? https://docs.coronalabs.com/guide/graphics/container.html#defaults