HI,
I have a list within a gallery which display some content, here's the tree:
and here's the result :
Now, the problem is the last container, How to make it dynamiccly stacked with Card as mentioned above ?
The example above it is just an example to give an idea of what I'm expecting to have(I used static css to do it)
any help please
Hi, To make the container dynamically stacked, you can achieve it using an IF condition and a variable that controls what happens after a certain event happens, and updates your container (considering that you've applied the corresponding CSS class and z-index property). The control mechanism can be defined with event handlers in different ways, depending on your use case. It could be either at the start of the rendering of the screen, once you've fetched data from database, or upon a user action. You can find information on how to events work here:https://success.outsystems.com/documentation/11/developing_an_application/implement_application_logic/screen_and_block_lifecycle_events/Did this information cover your question?Regards!