Forum Discussion
TheEndless
13 years agoChannel Surfer
"dustinhood" wrote:
Can someone elaborate on this?
I need 4 rows, the first 3 need to be portrait and the 4th needs to be landscape. I've tried the using the code below with no luck. Any suggestions?
BTW, I also have the ContentType of each item set to movie on the first 3 rows and episode on the 4th.
listStyles = ["landscape","portrait", "portrait", "portrait"]
screen.SetGridStyle("mixed-aspect-ratio")
screen.SetListPosterStyles(listStyles)
I believe you need to call SetupLists prior to calling SetListPosterStyles.