0
votes

I'm new to Flex Mobile application development.

I want to create the Accordion in Flex Mobile application. We can not use the MX:Accordion component in Flex Mobile application.

This question is possibly duplicate of this and this. But both are helpless.

enter image description here This is what I need.

Thanks Kapil

1

1 Answers

2
votes

You could use a custom accordion layout for instance.

Check out this page for example and usage: http://www.tink.ws/blog/accordionlayout/.

The source code for the layout itself can be found here: https://code.google.com/p/tink/source/browse/trunk/flex4.5/spark/src/ws/tink/spark/layouts/AccordionLayout.as