I’m trying to make my page height exactly the same size as the user’s screen, and no have any scrolling (similar to canva). I put all of the elements in a single group and set a fixed height for the group. But that doesn’t seem to do anything. My page height is still too long and requires scrolling.
I tried that. It doesn’t do anything, because the parent container and page don’t have minimum heights or fixed heights in terms of pixels. I can’t set a fixed or minimum height in pixels because then the container won’t its height to screen sizes.
The parent container is index on a responsive app, right?
Also, how do you set a container to row AND do vertical stretch alignment? Only horizontal alignments are available with row. I’m so confused by the solution.