Hi all,
I would like to display a vertical gallery which is a list of entries. Each data entry has multiple fields that are multiline text.
I wish the user to be able to scroll down(particularly on a mobile device) and see all text using just a single scroll function.
Currently the gallery is within a container, setup like so:
Area:
(multiline text entry)
Task:
(multiline text entry)
Standard operating procedure:
(multiline text entry)
**repeat for next data entry e.g.**
Area:
(multiline text entry)
Task:
(multiline text entry)
Standard operating procedure:
(multiline text entry)
**and so forth**
The fields are set as text labels, and each text label seems to have a set position x,y. I don't see how to vary this position depending on how much text there was in the previous text label(given the texts are multiline of variable length).
The labels can be fixed height(which means scroll would be have to turned on for each field) but then i get multiple scroll functions within a view, instead of just being able to scroll down and see an entire page with one scroll like on a webpage.
Or the labels can be autoheight, but then they overlap with the next text label further down the page(given each text label seems to have to be at a set height).
How do i get around this so a user can just use one scroll function to go down the page and see all the mutliline text entries one after another? Many thanks!! Tom