dynamically changing height of list???
#4
I looked through your screenshots of the code, and I don't see anytime you used the syntax I showed.  Specifically note that the syntax for the include to work right uses:

xml:
<include content="NAMEOFINCLUDE" condition="BOOLEANCONDITION" />

NOT

xml:
<include condition="BOOLEANCONDITION">NAMEOFINCLUDE</include>

I have found that can make a difference between working and not working.  As a side note, you can't use conditionals with every tag.  I saw you tried conditionals in the height tag, for instance.  That definitely won't work.

So with one of your examples, I would try:

xml:
<include content="View525_PosterHeight" condition="String.Contains(Control.GetLabel(12345),poster)" />
Reply


Messages In This Thread
RE: dynamically changing height of list??? - by pkscout - 2020-06-28, 01:10
Logout Mark Read Team Forum Stats Members Help
dynamically changing height of list???0