Dear Corona community,
I have been wondering if there is a good way to show/hide displaygroups while following displaygroups slide up and down respectively. An example of what I mean can be seen here.
What I’d like to do: I have a “settings” scene, on which I have three “subtitles”: Profilepicture, app-layout and description. Each of these subtitles has content that fills up the whole display, so the whole content does not fit. I’d like to be able to show/hide each of them by clicking on a button next to the subtitles.
A scrollview would be a workaround, but as in a tableview, there is no chance to hide a row. At least I did not find anything in the docs.
One might make it work by setting .isVisible of a specific group to false and then transition all the following groups up, but that would result in lots of transitions the more groups there are.
Hope it got clear
thanks in advance,
Chris