Make a long scrollable screen | Vision

Hey I'm currently trying to make one long screen where screen the user can scroll down to see all the informations.
My current approach would be to make the minimum screen sizes height really large and then anchor everything to the top. But the problem with that is that it is messing up every other screen I have.
Is there an easy way to do this?

The only current way to do this is with the template canvas.

If anyone is interested in a workable solution: You can open multiple smaller windows at the same time and use the Dock Position property (North or South) to stack (dock) all windows on top of each other. This will result in a long screen with a scrollbar.
I think this works because the screen size is checked for each open window seperatly and since each window is relatively small the screen is not resized.

1 Like