Forum Discussion

ionatan's avatar
ionatan
Roku Guru
11 years ago

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!

5 Replies

  • renojim's avatar
    renojim
    Community Streaming Expert
    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
  • SetListOffset should do what you're looking for... It sets the start position for the passed in row, even if it's not focused.