Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFC][ListView] Add getInnerViewNode, scrollTo, scrollWithoutAnimationTo
After building some scroll view components (pull-to-refresh, infinite scroll) one of the most important features I found was composition of different scroll views. This diff adds scroll view methods to ListView so that it too acts like a scroll view and can be composed. This is an RFC because I have another approach that is a little more robust but perhaps more obtuse.
- Loading branch information