Question
How to do a page down/up with a list
I have this ui requirement

The idea is that when the user presses the "down" button, the effect will be to go all the way down, or all the way up.
I'm using a scrollable container with a list layout to create the view, how can I do it?
