Forum Discussion
5 Replies
- RokuChrisRoku EmployeeNot at present.
- ionatanRoku GuruThanks.
- renojimCommunity Streaming ExpertI 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 - ionatanRoku GuruThanks! I will try that.
- TheEndlessChannel SurferSetListOffset should do what you're looking for... It sets the start position for the passed in row, even if it's not focused.