container visibility based on drop down value

0
How to make a container's visibility on click of drop down value
asked
1 answers
1

Put your container inside of a dataview. The object shown in the dataview needs to have an enumeration attribute. This enum attribute can be shown in your dropdown. The visibility of your container can now be based on the enum value.

answered