Forum Discussion

RENJITHVR4's avatar
RENJITHVR4
Visitor
9 years ago

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 

4 Replies

  • You can do "anything" with roScreen programming and a lot of time and work
  • "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?
  • TheEndless's avatar
    TheEndless
    Channel Surfer
    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.