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.