是否可以禁用ListView滚动?我试过noScroll:
<ListView noScroll={true}> </ListView>
但似乎没有任何区别.
我认为应该是
原文链接:https://www.f2er.com/react/300754.htmlscrollEnabled={false}
http://facebook.github.io/react-native/docs/scrollview.html#props