Hello -
I have created a page for a multi-day agenda. Since some days have more sessions than others, the whole page is very long, creating blank white space on the short days. Is there anyway that the page can grow with each day or is there no way of avoiding this blank space? Thank you for any help!
Hey
If you set your elements to be collapsed on page load (https://screencast.com/t/DE2vntkClA) you can then by code use collapse and expand.
Collapse element:
$w("#element-id-to-use").collapse();
Expand element:
$w("#element-id-to-use").expand();
There is also the 70/10 rule to think of, read about that here.