[Solved] "Screen= Scrollable" & "Column=Scrollable" Is Not Working

I THINK I’ve identified an issue with scrollable columns. Using the App below, you can see that when using “LIVE TEST” (web) if the column height is set to “Fill container” the top of the list is not visible. But when using Thunkable live on android, the scrollable column works correctly. But if the column height is set to “Fill contents”, the scrolling works correctly in LIVE TEST (web), but the Thunkable Live App on Android does not scroll.

The work around I used is to change the column height setting based on the device.

If this is not fixable by Thunkable. at least a update to the documentation which still reads
For scrollable to work, you must also set your screen height to fit contents

Solution:

If Device = Web then
-Column HEight= Fill contents
Else
-Column Height = Fill container

Interestingly, you will notice that the values I use for setting the height (fill contents) is NOT what the Designer shows, but it works…Feels like some naming inconsistencies in the source code. :frowning:

6 Likes