R – Flex component like a multi-selectable Accordion

accordionapache-flex

I'm looking for a component like a single-generation treeview that can collapse a section or expand any or all sections, but it would look like an Accordion: headings and canvas "pages".

Obviously, each page would not take up the entire height of the container; they would be fixed height.

Perhaps I am not using the correct terminology (and hence the wrong search terms).

All suggestions are welcome.

Best Answer

You could try a VBox with multiple WindowShade components from the flexlib library, like in this example. You'd need to tweak the styles so it looks more accordian-like though.

Related Topic