Ext.ux.AccordionList
Ext.ux.AccordionList copied to clipboard
height:auto not adjusting
I have a list with scrollable:false and height:'auto' however the list height is not adjusting well always. sometimes it does but most of the times it doesnt
thank you
I will check it. Could you tell me what version of Sencha Touch do you using?
And, recently I updated this component frequently. Your problem is occurred at latest version of this?
This component have listConfig property. This property able to set list's config. Could you try this config?
I am using sencha touch 2.1.1 when i use your latest accordionlist.js the scrollable:false property doesnt and height:'auto' property doesnt work whit the previous version the scrollable:false its working fine but the height:'auto' is i tried the listConfig:{ height:'auto', scrollable:false } but it had no result
thakyou