0
votes

I am using border layout in ExtJs 4 wherein the east panel is a collapsible panel. When I expand the panel it forces the center panel to adjust (shrink). Similarly When the east panel is collapsed the center panel retracts.

The desired behavior is that when I expand the east panel it should float over the center panel and not force it to adjust itself. How can I achieve this?

1

1 Answers

1
votes

Set the floatable: true config option on the east panel. See also the Border layout example.