Forum Discussion

Garrett's avatar
Garrett
Visitor
13 years ago

Multiple sizes in gridscreen?

Is there a way to do multiple gridstyles in a single grid? I'd like to be able to change the first row... I think I've seen some of the partner apps doing this. Thanks!
  • Use the "mixed-aspect-ratio" grid style: http://sdkdocs.roku.com/display/RokuSDK ... tringstyle

    The documentation for setting the row aspects is wrong, though. You specify what aspect each row should be with the SetListPosterStyles(listStyles as Array) method. It accepts an array of strings with the values of either "portrait" or "landscape". The array should be aligned with the array used to define the rows.