Open behi1989 opened 4 years ago
Hi, How do I check the end of list in InvertibleScrollView? for example
if(this.InvertibleScrollView.scrollTo(0) === 0) { ... ... }
Or
if(this.InvertibleScrollView.scrollTo(0) ) { ... ... }
I need to check the end of the list But I didn't find a solution.
Hi, How do I check the end of list in InvertibleScrollView? for example
Or
I need to check the end of the list But I didn't find a solution.