美文网首页
[React Native]ListView/ScrollVie

[React Native]ListView/ScrollVie

作者: laznrbfe | 来源:发表于2016-05-12 10:40 被阅读932次

增加automaticallyAdjustContentInsets={false}就能解决了。
例如:

<ListView 
    automaticallyAdjustContentInsets={false}
    style={{backgroundColor: 'white'}}
    renderRow={this._renderRow}
    renderSectionHeader={this._renderSectionHeader}
    dataSource={ds.cloneWithRowsAndSections(dataBlob, sectionIDs, rowIDs)}
/>

相关文章

网友评论

      本文标题:[React Native]ListView/ScrollVie

      本文链接:https://www.haomeiwen.com/subject/mttprttx.html