It works well. The only problem I had was that when collapsing a panel, the

It works well. The only problem I had was that when collapsing a panel, the space occupied by the collapsed panel is still “reserved”, without being reallocated to the expanded panels, like it happens in case of the Acccordion. I fixed this using the toggle listener, where I programatically distribute the expand ratio, each time a stack panel is being opened / closed.

Hi
We have the same issue. Can you please clarify how did you redistribute the expand ratios of inner comps?