If you use an FlowPane inside an Accordion the accordion size does not change if you make the container wider or narrower.
The reason is that Accordion does not calculate the content bias of its children (like other containers and even TitledPane does).
Just run the attached sample to see the bug happening
The reason is that Accordion does not calculate the content bias of its children (like other containers and even TitledPane does).
Just run the attached sample to see the bug happening