roGridScreen Prevent looping back around to first item

I’m guessing this isn’t possible but wanted to see if it was possible to prevent a roGridScreen from looping back to the first item? I think I might be able to catch the remote button push and prevent going to the next item but it’s still going to show the first item afterwards which is weird. Is there some option I’m missing that I could use? Thanks.

If you have fewer than 4 or 5 items per category (depending on gridstyle), then it won’t loop to the first item.

That does appear to work but I’m afraid that’s not an option as we have quite a few more videos than that.

One way I thought of is to limit navigation on the last item in the set and then add on several items on the end with a transparent png for HDPosterURL and SDPosterURL. The main issue with this is the count in the upper right is no longer accurate which means you’d have to hide it to avoid confusion.

Creating your own screentype would allow you to have it shown exactly as you want it - but it’s a lot more work with roScreen/roImageCanvas.

Yes, I would like to avoid any custom screens. Thanks though.