Reputation: 1121
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 ?
Upvotes: 0
Views: 717
Reputation: 300
Try to set the scrollable Property on parent element:
http://docs-origin.sencha.com/touch/2.3.0/#!/api/Ext.Panel-cfg-scrollable
Upvotes: 1