Text page

I wanted to create large pages of text with limited lines for text wrapping.

For example, I created a music playback widget with a queue of 8 songs. And I wanted to divide it into pages of 8 songs in a single text that does not scroll.

Ex: in a list from 01 to 08. I wanted to transform this page when the number 8 passes, the list on the next page will be from 09 to 16.
Next page: 17-24
Next page: 25-32

Is it possible to do this in kwgt or other similar applications?