I'm planning to switch from ListView to SectionList, but find that I can't perform any scrollTo* methods, they are defined in VirtualizedList but not in VirtualizedSectionList. At least scrollToOffset should be implemented.
I'd like to send a PR, but I'm afraid to break the docs, and I don't know whether should we implement scrollToIndex and scrollToItem as they are different from FlatList
Perhaps a new method scrollToSection could be added too, it's a common use case in a contact list
@sahrens
I'm planning to switch from
ListViewtoSectionList, but find that I can't perform anyscrollTo*methods, they are defined inVirtualizedListbut not inVirtualizedSectionList. At leastscrollToOffsetshould be implemented.I'd like to send a PR, but I'm afraid to break the docs, and I don't know whether should we implement
scrollToIndexandscrollToItemas they are different fromFlatListPerhaps a new method
scrollToSectioncould be added too, it's a common use case in a contact list@sahrens