Garrett
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2013
05:41 PM
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!
1 REPLY 1

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2013
05:48 PM
Re: Multiple sizes in gridscreen?
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.
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.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)