VerticalScrollArrangement is buggy

Hello everyone,

I have just added a "VerticalScrollArrangement" to my app and set its height and width to "fill parent."

However, when I now have a Button inside it with height set to "Automatic" and width to "Fill parent," and a Label with both height and width set to "Fill parent,"
my phone only shows a small portion of this "VerticalScrollArrangement."

Why doesn't it cover the entire width of my phone?

I have also tried setting the height to 100px or 1000px.
Then it disappears, which I also do not understand.

Could it be that this feature is a bit buggy?

here is a guess what might be wrong...
Set property scrollable of the Screen to false

Taifun

It is set to "false." I have now set it to "true" and then back to "false," but it still does not work.

Don't set elements to height = fill parent in a container, which is vertically scrollable

Taifun

1 Like

Thank you. My problem was simply that I had too many layouts. I lost track of them. It works now.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.