I have integrated a gridscreen into my channel. When the setgridstyle is set to “flat-landscape” the first row starts in the middle of the screen. (looks like there is a blank row at the top of screen.) When I use “four-column-flat-landscape” the images are larger but it looks normal on the screen. Thanks in advance.
That’s the expected behavior. When I use one of those grid styles, I usually set the initial focus to the second row of content using SetFocusedListItem() (http://sdkdocs.roku.com/display/RokuSDK … ritemIndex) so that the first row fills that blank space.
Thanks Chris. Its working as expected now.
Is it possible to change the focus to the first row, first item for the flat-landscape view?
thanks.
Hello,
Try with :
your_screen.SetFocusedListItem(0,0)
Denis
thanks but i already tried that but it didnt give the expected results.
