Scrolling does not work for Column?

Does anyone have a working example of vertical scrolling in Column for iOS? I set Column.Scrollable = true, Overflow = scroll, but the content with an absolute size larger than the Column area does not scroll, although this works for Screen.

Hi there. The sample app Scrollable on the Design Templates uses a scrollable column

https://docs.thunkable.com/thunkable-cross-platform/1-get-started/design-templates

Hi albert,

Thank you so much!

If you create a button it allows you to scroll once you tap the button. When I have large text boxes that I want to scroll through, I will set buttons as one line breaks in the paragraphs. This lets a user scroll through within the column.