2024-12-03, 17:59
I ask if it exists an infolabel or something similar that can show the position number in an itemlayout, different from $INFO[Container(id).Position] that only shows the number of the item currently in focus.
This is to allow having different images in a list (itemlayout) so that you can create the Netflix effect of the top of the moment lists.
or even not so clean methods, somehow did anyone manage to show different images in an <itemlayout> list?
Can the numbers next to the movies be made somehow?
Something like:
Any help is greatly appreciated.
Imgur: La magia di Internet
This is to allow having different images in a list (itemlayout) so that you can create the Netflix effect of the top of the moment lists.
or even not so clean methods, somehow did anyone manage to show different images in an <itemlayout> list?
Can the numbers next to the movies be made somehow?
Something like:
xml:<itemlayout...>
.
.
<control type="image">
<left>200</left>
<top>0</top>
<width>250</width>
<height>300</height>
<texture>number/$INFO[ListItem.Position].png</texture>
<visible>String.IsEqual(ListItem.Position,1)</visible>
</control>
.
</itemlayout...>
Any help is greatly appreciated.
Imgur: La magia di Internet