I have a list of todo’s in an auto-layout frame. I need to access the X access to move one of the todo’s out out of frame to the right (for prototype animation purposes). When I select the todo the X & Y axis are greyed out though. I though of using Absolute Positioning but that options seems to be greyed out also. Can anyone explain when this parameters are greyed out and if theres a workaround for what I’m trying to achieve?
You cannot change coordinates for objects inside auto layout (unless they are set to absolute position). Therefore, remove the auto layout from the parent layer and change the coordinates of nested objects.
I have selected my auto-layout frame in the layers list, but there is no “-” icon in the auto-layout section of the Design panel. I can also see no option to remove auto-layout when i right click on the auto-layout frame on the canvas. Alt+shift+A doesn’t work either.
I’ve attached an image of my Layers structure below in case its due to the way I have things stacked? I have selected the frame in the Layers list that I want to remove auto-layout from. I have multiple layers of auto-layout and its the lowest frame: https://tinyurl.com/2g45rh9w
Do I understand correctly that you want to change the coordinates of the “Todo” layers? These layers are in an instance of the “Auto-layout List” component.
In the screenshot above, you are in the “TODO LIST MASTER” component. Select the “Auto-layout List” instance layer and select “go to main component” to edit it.
Also, strange… I managed to copy one of the nested list components out of the main component to try and remove auto-layout from this base layer - managed it and now X & Y are indeed available, but the auto-layout handles are still available in the canvas. Is this to be expected?
You can see the red dots down the centre of the list (when i hover over i get handles); https://tinyurl.com/2fonzac8
I ran into this problem too. It’s frustrating that I lose control over both the x and y axis when using an auto layout. Why is this restriction necessary? Would it not be better to give people the the option to only align in one axis and not two?