Don't break lists into excessively short pages.
Don't make it harder and slower for the reader to peruse the data.
Don't break the browser's ability to scroll through the data.
It's a heck of a lot easier and faster to scroll in the browser than to go back and forth between multiple web pages.
Consider how easy and fast it is to scroll a web page compared to jumping back and forth between separate web pages.
What does it take to scroll down one pane-full? As little as pushing your finger to roll the mouse wheel.
What does it take to scroll down several times? Pushing your finger just a little more.
What does it take to scroll back up? Just pulling your finger back a bit.
Now, what does it take to get to the next page in a broken-up list? A single click? Not quite. The user has to:
Note that all that is for only one step. Going forward several pages requires repeating every one of those steps.
Recall all the options the user has to scroll vertically in typical browsers:
Some additional considerations are:
For more information, see:
|
"...users are perfectly willing to scroll..." |
|
|
The Impact of Paging vs. Scrolling on Reading Online Text Passages |
|
|
Paging vs. Scrolling: Looking for the Best Way to Present Search Results |
"...presenting long, scrollable pages may facilitate more efficient scanning, since users will not have to focus as much on paging while searching for the information." |