Hi,
In the image below, the Size block (Width, Height, Max Width) is missing on the left but visible on the right. Are there specific conditions in Replo that cause this? How can I ensure it stays visible?
Thanks,
The two containers in the image are different, and even after switching the layout to 'Columns' from 'Auto layout' in the container missing the Size block, it still doesn't appear. Additionally, I've noticed that sometimes image components also lack this Size block!
You're absolutely right! When I switch the parent container to 'Auto Layout', the Size block appears in the child containers and the same happens with image components: they show the Size block when their parent uses 'Auto Layout'.
Does this mean I should always use 'Auto Layout' instead of 'Columns' to ensure full access to sizing controls? Or are there cases where 'Columns' is still preferable?
I'm glad that fixed it! And yeah, the best thing to do would be to use auto layout for most things and learning how 'Wrap' functionality works.
You can still use column layout for things like a row of icons or something. But I'd advice you to configure the dimensions of a container first and then putting it inside another container where you want a column layout.
Because if you put it first without configuring the dimensions then you are locked in and the containers cannot be edited