Both the Expander and Rollups tutorial demos are essentially what I have now (depending on the choice of container). http://pivot.apache.org/tutorials/expanders.html. http://pivot.apache.org/tutorials/rollups.html
Accordion behaves exactly as I would like, with the exception of requiring exactly 1 selected pane. On 15 July 2011 20:37, Chris Bartlett <[email protected]> wrote: > I was just stacking some Expanders together in a vertical column and > realised that I was essentially hacking together an special kind of > Accordion that can have 0 or more open panels at any given time. > > What I am looking for is pretty similar to the KitchenSink demo, but > with more prominent titles like Accordions and Expanders. > It should be simple enough to bundle multiple Expanders into a single > custom ExpanderPane container, so I will give that a go. Or am I > missing some other obvious container/containers? > > Anyway, out of curiosity ... > > Does such a component exist in other GUI toolkits or have a name? > Is even the suggestion of having multiple expanded panels in an > Accordion considered heresy? :) > > Chris >
