userx
userx

Reputation: 1121

Disable scroll on sencha dataview list

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

Answers (1)

perryflynn
perryflynn

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

Related Questions