I’ve tried everything I can think of but nothing is working.
const topChildFrame = createFrame({
name: "Title",
layoutMode: 'HORIZONTAL',
layoutGrow: 1,
counterAxisSizingMode: 'AUTO'
});
This is what I have now, but the “topChildFrame” ends up in the middle of the parent container, and it does not fill the container.