Scroll on specific position when landed.
Closed this issue · 5 comments
SaadBilal commented
@BraisGabin @InQBarna
Is there any way to land on specific location i.e can we set scroll to some X location when app first load table?
ashx1 commented
@SaadBilal Yes, you should be able to use method scrollTo(x, y).
SaadBilal commented
@ashx1 i have tried scrollTo(x,y) method but app crashes. Can you share more details?
ashx1 commented
@SaadBilal What values are you passing in, what is the details of the error?
BraisGabin commented
Related with #19.
SaadBilal commented
This is working. Thank