Grid Screen - Focused items on not-focused rows

Is it possible somehow to set what item should be focused by default on each of the rows from roGridScreen, not only on the focused row as SetFocusedListItem does!?

Thanks!

Not at present.

Thanks.

I iterate through every row and set the focused item to 0 before I call Show() on the grid screen because I hate that it defaults to the third entry. I also call SetFocusedListItem(0,0) right before the Show(). Works for me.

-JT

Thanks! I will try that.

SetListOffset should do what you’re looking for… It sets the start position for the passed in row, even if it’s not focused.