Disable scroll on sencha dataview list

713 Views Asked by At

In sencha touch 2.3.1 there is no property named scrollable on the Ext.dataview.List. How can I disable scrolling on a Ext.dataview.List ?

1

There are 1 best solutions below

0
perryflynn On BEST ANSWER

Try to set the scrollable Property on parent element:

http://docs-origin.sencha.com/touch/2.3.0/#!/api/Ext.Panel-cfg-scrollable