Possible to change a viewtype's position based on number of items?
#1
I'm trying (unsuccessfully) to use a single row panel view for TV Seasons and Episodes but have it position the icons centrally if there aren't enough to cover the entire width.
I've tried to use a conditional slide using stringcompare(NumItems,n) but it's not doing anything.

Is it even possible?

Thanks.
Reply
#2
Try something like this (working here with wraplist position):

Code:
<animation effect="slide" start="0" end="-100" condition="Container.Content(episodes) + stringcompare(Container(52).NumItems,3)">Conditional</animation>
Reply
#3
Doh, I left out the Container.Content().

Hangs head in shame.
Reply

Logout Mark Read Team Forum Stats Members Help
Possible to change a viewtype's position based on number of items?0