I am working with nested containers in Perspective to try to achieve a desired layout and scaling behavior, and trying to understand why component handles are moving relative to the component when switching between fixed and percent modes in a coordinate container.
When in fixed mode, the component handles are aligned with the red outline component:
But in percent mode, the handles are shifted to the left:
This view is a Flex Container in Row mode. The first item is a solid red box with number "1" (AlarmIndicator). The second item in the row is a Coordinate Container with the red empty/outlined box (AlarmBorder). The x,y position of the AlarmBorder is set to 0,0 in percent mode. But, the handles seem to be relative to the view, and not the coordinate container that the component is within.
Could someone please clarify why this is, and if this is as expected?
Thank you
Dan