275
Views
1
Comments
Programatically open and close an accordionitem
Application Type
Reactive

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

2020-11-13 07-48-15
Khuong Truong

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.