0

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 ?

userx
  • 1,083
  • 5
  • 18
  • 36

1 Answers1

1

Try to set the scrollable Property on parent element:

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

perryflynn
  • 301
  • 1
  • 8