React Native: How to disable scrolling in ListView? -


is possible disable scrolling of listview? i've tried noscroll:

<listview noscroll={true}> </listview> 

but doesn't seem make difference.

i think should be

scrollenabled={false} 

http://facebook.github.io/react-native/docs/scrollview.html#props


Comments

Popular posts from this blog

android - Sent Blob results empty -

javascript - Bootstrap Popover: iOS Safari strange behaviour -