Hi,
I'm trying to implement a method to open and close an accordionitem via an action. Reason for this is that I want to show or hide detailed information about an item based on the context of the screen elements selected by the user.
I can't however find a method to do so. I can only set the initial open state and that is it.
Does anyone have a solution?
Greetings,
Vincent
Hi Vincent,
Why don't you put a variable for IsExpended property and then update it (for example using assign widget).
This is such an example https://www.outsystems.com/forums/discussion/74141/reactive-accordian/#Post304140
Regrads,
Khuong