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?