-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
I use FlatList to do something like mobile contacts, click alphabet index to jump first item start with alphabet.
But when I use scrollToIndex
jump to Z
it will scroll over bottom, see below picture.
this.flatList.scrollToIndex({animated: false, index: itemIndex, viewPosition: 0});
When I focus FlatList
again, it will scroll to right position. see below picture.
It has any option to control scrollToIndex
not scroll over bottom? thanks.
Additional Information
- React Native version: 0.43.3
- Platform: iOS 10.3
- Development Operating System: macOS Sierra 10.12.4
willdawsonme, croshim, garrettm and will-stone
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.