wraplist - itemlayout - condition Container.Column problem
#1
I have a question regarding wraplist - itemlayout - condition? basically I want to know if can change item style depending on what column it is?

In order to do above i am trying to change size of item depending on what column it is using the following:-

<itemlayout height="512" width="256" condition="Container.Column(x)">
style for colum x here
</itemlayout>

where x is the column I want to style but does not seem to work, is there a way this can be achieved?
Reply
#2
I'm not sure if it's possible, but if it is I think you would at least have to provide a column id, or leave it blank to use the current container. So like Container().Column()

I don't know what you are planning to do exactly but if you basically want to have a multi-column container wouldn't a Panel Container be more suitable?
Reply

Logout Mark Read Team Forum Stats Members Help
wraplist - itemlayout - condition Container.Column problem0