0

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

Community
  • 1
  • 1
waghekapil
  • 321
  • 1
  • 5
  • 22

1 Answers1

2

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

Jan
  • 445
  • 2
  • 12