Column not Scrollable with Switches & Lables

My app looks like this:


I need the column that is holding the switches and labels to be able to scroll. So I turned on scrollable in the settings for the column. The result looks like this:
It is not scrollable in the least. The column has these settings: Height-relative size-18%. Width-relative size-100%. Scrollable = True.

The rows inside of the column (In which the switches and labels reside) have these settings: Height: absolute size-30. Width: relative size-100. Horizontal Alignment: space-between. Scrollable: false.

Please help. I cannot find the solution for this.

1 Like

I think are more easier help you if you provide a link with your project…

Change the height of the column to “Fit contents” and it will work 100%.

1 Like

Alright, I’ll give that a try soon. I’ll let you know how it goes :slight_smile:

Thank you! It worked! I had to add the original column into another column (because I needed the switch list to only be 18% of the height) and set the column to fit contents.
Works great now!

1 Like

Happy to help :blush: