shinobukawano / Ext.ux.AccordionList

Accordion List Component for Sencha Touch 2
http://kawanoshinobu.com/public/demo/accordionlist/
50 stars 28 forks source link

height:auto not adjusting #18

Open Nomaq opened 11 years ago

Nomaq commented 11 years ago

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

shinobukawano commented 11 years ago

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?

Nomaq commented 11 years ago

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