Hi all,
I’m looking to create the below scrollable effect on a screen but I’m struggling to get this right.
Essentially, the screen is made up of three stacked columns, the middle column contains many stacked rows, each with texts and images.
I would like the user to be able to scroll the page, until they reach the bottom where they can click the back button.
Issues I’m encountering:
- Scaling the rows - Do I set the entire middle column to >100% of the screen height to ensure it overspills or to contain content?
- Row height - If I want the rows to each be 10% of the total phone screen height (not the middle column height), how would I achieve this?
- Scrollable mode - Do I set the entire screen to scrollable or do something else?
This feels like it should be fairly simple but I have tried various combinations of the above and haven’t found the right answer yet. Thanks in advance for your help.