I see that panels have the option to set scroll:
to horizontal or vertical, but is there any way to do something like: scroll: 'false'
? I've tried such without luck.
I have a DataView nested in a Panel. I can set the scroll direction of each independently, but I want the DataView not to scroll at all.
[Any tips will earn answer points and a digital high five. Heck, I'll even throw in a bonus high SIX!]
Okay, turns out by fudging around a bit (as I've learned to do with poorly documented Sencha Touch) that disabling the scroll can be done as follows:
scroll: false
Note the absence of single or double quotes when setting scroll:
to false
. The values horizontal
and vertical
, however can be done with single or double quotes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With