Here's the scenario:
I have a vertical container, which contains several forms, galleries, and labels. However, the container is having issues with the forms within the container that have dynamic heights.
On the forms, there is a datacard that is conditionally visible/invisible. There is also a datacard that is always visible and always at the bottom of the form called LastDataCard. The height of the form changes depending on whether or not the conditional card is visible so I set the minimum height of the form to DataCardLast.Y+DataCardLast.Height.
This worked wonderfully until I closed and opened the app. When I reopened the app, the sections had all collapsed and the value for the height is showing as 55, when the calculated height should be 250.
I tried toggling flexible height on and off, and still no luck.
If anyone has any suggestions, I'd appreciate it