Dynamically Change Collection Type

I am creating an experience that defaults to the Asset Flow style collection. However, when the app is running, I would like to give the user the ability to change to a different collection type, (like Carousel). Is there a way to dynamically (with binding), or do I need to have all collection types available on screen, and show the one I want to use and hide the others? That seems like the only work-around I have found so far, but it also seems like a lot of overhead.

Thanks!

1 Like

Hi @steve

Unfortunately it’s not possible to handle the Collection Type through a binding.
The only way would be to have all type in your scene and display the chosen one.

Kind regards,

Alex.

1 Like