Brightscript : Web Accordion effect

Is it possible to create an Accordion effect like web. ? I have full details on this question. Please help me or suggest me the best way.

I meant like this

[upload|twP9HVLYNxs/v4xAXJjt0A==]

You can do “anything” with roScreen programming and a lot of time and work

This would also be pretty easy to accomplish using SceneGraph. Take a look at the animation documentation.

“TheEndless” wrote:
This would also be pretty easy to accomplish using SceneGraph.  Take a look at the animation documentation.
Could you please tell me how to do it? Just give me an Idea. Which type list or group should I use? And can I hide and show each content?

You’d need to write your own custom component. There isn’t an existing component that supports this functionality.

Personally, I’d probably use a vertical LayoutGroup, then use an Animation to change the height of a label below each header when selected.