Using UIPageLayout with UIGridLayout

Hi there! I’ve been experimenting with UIPageLayout, and it’s a very useful feature. However, here is my situation. I have a list of items in a frame being sorted by a UIGridLayout, and each one is based off a user input meaning that the UI elements are not there by default. Since this can usually be a long list of items, I want to split it into different pages.

How would you do this combining a UIPageLayout and a UIGridLayout?