Hi.
I have an issue and I don't know how to deal with it.
I have a viewport that holds: top, left, right and bottom.
On top I have some text, on the left I have the menu, on the right is the main content and the bottom holds some description.
My issue is with the menu from left.
The menu is formated from an Accordion panel with menu tree.
If I set the left side to not be collapsible everything it's ok, meaning: the menu tabs are ok in height. If I click on the first tabemenu - all the tabs are positioned at the very bottom. If I click the second tab the others tabs are posiotned at the very top (the firts one) and the others at the very bottom. Which is great - and how I wanted.
But if I set the left menu collapsible - the tabs are positioned right under the end of the menu tree and not at the bottom. So if I'm on the first tab - all the other tabs are just below the menu tree - and not at the very bottom as it's when is not collapsible. Just like autoHeight is set to tru - but it's not it's false. Also the first menu doesn't load (it's loaded dynamicaly by ajax and xml).
I try everything and I can't seams to get ok. On extjs 3.x it's working as it should - but I need the 2.x.
I try deferrendRender = false, forceFit and everything.
I hope I was clear enought.
Any ideea ?
Thank you
I try to setup
Thanks.
I try both solutions. Indeed now using the paches - in collapsible state - the firts panel i's render ok. Which is good.
But the height of the panels in collapsible state it's still not as it should. Not on the bottom - but under the tree panel menu.
Hmm ... I guess I'll stick to collapsible - false.
Thank you very much for your time.