I am creating an app list and I am trying to create a separate frame that is under a differnet parent but I want them to fully align on top of each other:
I’ve read some previous articles articles about grid layouts tampering with that but I didn’t know how valid that was and none of those topics posted solutions.
I have a plugin that sets everything at 0.5, 0.5 anchor point. I thought absolute position already took that into account, especially if I’m using offset instead of scale?
Not what the post is asking about, the base apps are already setup with a GridLayout, I need a way to create a frame under a different parent and have it at the same position, without using a GridLayout for it.
If all the frames are having same anchor point, this piece of code is supposed to work. Can you try running this code manually during run time to see if its some other issue? Also do you have any constraints under the frame?