I'm currently working with a roGridScreen layout, however, I've implemented it in a way that would make much more sense with a stationary grid. Let me explain...
Grid screen scrolls left to right (and vice versa) on each row, so if I want to select the 5th thumbnail in a row and move right, it shifts everything in the row to center my selection. There must be a screen layout where I can have 5 items per row and move left to right much like the search keypad where row items don't shift positions and the item selector moves from one side of the screen to another.
Rather than test them all, I'm hoping to get a simple answer (and also hoping that option exists).
-----------------
For the visual, lets say I have the following layout...
A B C D E
F G H I J
..by default, c is selected, if I try to select d then the screen shifts to...
B C D E A
F G H I J
...so my question is whether or not a screen layout exists for Roku where I can select d without shifting the row...
A B C D E
F G H I J
-----------------
I may have missed it in the sdk (hopefully), but thanks in advance.