InQBarna/TableFixHeaders

Scroll on specific position when landed.

Closed this issue · 5 comments

@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).

@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?

Related with #19.

This is working. Thank