scrollToIndex上的平面列表问题

时间:2019-02-08 12:28:20

标签: javascript react-native

使用scrollToIndex,如果我的元素在列表的底部,则滚动到顶部,留出空白。 有人面对吗?

ScrollToIndex leave bottom blank space

1 个答案:

答案 0 :(得分:0)

您可以使用某些提到的清单列表属性来实现您的目标。

[initialScrollIndex]

https://facebook.github.io/react-native/docs/flatlist#initialscrollindex

[initialNumToRender]

https://facebook.github.io/react-native/docs/flatlist#initialnumtorender

您也可以{@ 3}}实现getItemLayout以提高性能