Yea, pagination (pages) are required. I guess you won't handle it alone, but you can try. You can take a look at acis sources, admin command handler, memos file for example.
Eventually, easier, you can limit items show view to 20. Under a foor loop, you have to add some counter and break loop if reached.