JustAwesome
JustAwesome

Reputation: 25

Ext js resizable / collapsable panel resize problem

I have a layout with multiple resizable and collapsable panels like this: https://fiddle.sencha.com/#view/editor&fiddle/3cbt

When i move the Left Panel and then the right one, the "statistik" panel will not strech correct.

What did i do wrong?

Upvotes: 0

Views: 183

Answers (1)

pvlt
pvlt

Reputation: 1863

statistik will work correctly if you add flex: 1 to neighbor panel (Move this first...) or you can try move panel up one level of nesting

Upvotes: 1

Related Questions