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:
Note the absence of single or double quotes when setting
scroll:tofalse. The valueshorizontalandvertical, however can be done with single or double quotes.