InQBarna / TableFixHeaders

Android library that implements a table with fixed headers.
Apache License 2.0
819 stars 298 forks source link

Scroll on specific position when landed. #85

Closed SaadBilal closed 8 years ago

SaadBilal commented 8 years ago

@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 8 years ago

@SaadBilal Yes, you should be able to use method scrollTo(x, y).

SaadBilal commented 8 years ago

@ashx1 i have tried scrollTo(x,y) method but app crashes. Can you share more details?

ashx1 commented 8 years ago

@SaadBilal What values are you passing in, what is the details of the error?

BraisGabin commented 8 years ago

Related with #19.

SaadBilal commented 8 years ago

This is working. Thank