I use the ListView\'s scrollToEnd, but it doesn\'t work, but it worked for scrollTo. What should I do to deal with it.
scrollToEnd
scrollTo
This this worked for me.
(this.contentComponent = c)}> ....Any code
This allows you to to use the scrollToPosition(0) function like
this.contentComponent._root.scrollToPosition(0);