How to get PageLayout to stop scrolling when last option appears at bottom?

I can’t seem to figure this out and there’s no good references or tutorials on PageLayouts. Basically I want to prevent the player from scrolling any further when the final button appears at the bottom, as it means I can’t scroll back up half the time and it’s frustrating.

Should I use a scrollingframe for this instead too?

I think a ScrollingFrame would be worth using since it is very easy to use the PageLayout properties to adjust the ScrollingFrame’s max size.

ScrollingFrame is a much better instance for this case.
It’s easier to control, and has built-in cross-platform support.