문제

I am using border layout with two panels in east and center as its items and by default if i make the east panel collapsible then it will resize the center panel when expanded or collapsed. I want to know if this nature can be changed in such a way that when the east panel is expanded , it overlays on the center panel rather than sharing the total width it. Below image might give some idea what i want to achieve. enter image description here

thanks !

도움이 되었습니까?

해결책

By default the panel is floatable, so just need to hide the collapse tool to achieve it

Sample fiddle: https://fiddle.sencha.com/#fiddle/1gs

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top