Req New Boolen for ListItems (inside a List) -> "ListItem.IsEvenNumber" and "ListIte
#1
New Boolen for ListItems -> "ListItem.IsEvenNumber" and/or "ListItem.IsOddNumber" -> This Boolen should work inside a List.

Code example:
Code:
<itemlayout>
   <control type="image">
     ...
     ...
     <visible>ListItem.IsEvenNumber</visible>
   </control>
  ...
</itemlayout>


with this addition it would be possible to do Listlayouts like this:

Image

Regards
Reply
#2
+1 for this.

I know there are some workarounds for this, but nothing really satisfactory.

Also, would only need ListItem.IsEvenNumber as you could use !ListItem.IsEvenNumber for odd.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
I completely agree.

This can be achived with some hacking, but having this bool would definately make things easier and faster.
Reply

Logout Mark Read Team Forum Stats Members Help
New Boolen for ListItems (inside a List) -> "ListItem.IsEvenNumber" and "ListIte0