Hello, I have a little problem I would like to know why when you have an invisible column with
Scrollable = true
Height = Fill container
Width Fill container
The column takes 50% of the screen is this normal?
How do you know the exact sizing of the column if it is invisible? Do you mean that 50% of the screen is unoccupied, at the same spot where the column should be?
So, pressing the button should toggle the visibility of the red column, am I understanding you correctly @kushweez?
UPDATE:
Here’s a sample that toggles the visibility of two columns. When the button is pressed, one col disappears and the other takes up app available screen space:
But for example I have a lot of content in the column and must absolutely be scrollable.
So no matter how you tilt the visibility, the column will always take up as much space on the screen.
When it is red the column is visible, when you see the background it is invisible but it is the red column that takes the place on the screen.
That is to say that normally the column that becomes visible (green) should take the place of the column that is invisible (orange) but the invisible block is as always after being invisible.
Of course this is possible, I have found an alternative.
But I already have a lot of screens and it’s not recommended to have more than 10. I’m already 15 screens if I had to do this for each screen it would be complicated and I would end up with 30 lol screens.
Will it be possible to have a correction on this soon ?
That was a limitation of our Android-only Classic platform. The current, cross-platform version of Thunkable has no such limitation, you’re free to have as many screens as you want.
From a maintenance perspective though, you probably don’t want 30 screens since it makes updates unnecessarily time consuming.
How about taking a more dynamic, data-drive approach such as this:
There are only 2 screens in this app (1 for content and 1 for the menu) but from the users perspective there are 6 screens. Similarly, this “A - Z of Thunkable” app uses the same approach to condense 30+ screens of content into just 3: