when panel is collapsed you can click on the collapsed panel (not the expend icon) , it show the panel as long as the mouse stay over (the class of the div is 'x-layout-collapsed').
I need to cancel this behavior only for one panel such that I won't be able to click the collapsed panel at all.
I tried everything from the API and to unbind all event of this div with no succeed .