Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top