Forum Discussion
RokuRobB
13 years agoStreaming Star
There is an undocumented grid screen API called SetListPosterStyles that you can use for this purpose, for example:
listStyles = ["landscape", "portrait", "landscape"]
screen.SetListPosterStyles(listStyles)
I will make a point to update the docs to include this function.
listStyles = ["landscape", "portrait", "landscape"]
screen.SetListPosterStyles(listStyles)
I will make a point to update the docs to include this function.