Closed GoogleCodeExporter closed 9 years ago
Unfortunately there is no way to scroll screen by screen and even if there was
a way it is not possible to know if one has come to the end of the list (not
possible to ask the list before api level 14). So Im not sure how to solve
this. It is possible to scroll by using scrollTo(int x, int y) but the problem
is again that it is not possible to know when one has reached the end of the
list (and can not scroll anymore). So unfortunately this will be set to wont
fix until someone can come up with a good way to solve this issue.
Original comment by renasr...@gmail.com
on 7 Jan 2013 at 7:43
Renas,
I am not asking here for scroll screen by screen, but I think you have some
sort of bug in scroll down calculations. In case I have some "bigger than
screen" list element it will never be scrolled down. From the other hand scroll
up is working good in same circumstances.
Original comment by sergey.t...@gmail.com
on 7 Jan 2013 at 8:34
The only way I have found that a scroll down calculation can be done is by
counting lines. This solution however does not work if there is only one line.
I have not come up with a better way of calculating this.
Original comment by renasr...@gmail.com
on 7 Jan 2013 at 8:43
Original issue reported on code.google.com by
sergey.t...@gmail.com
on 7 Jan 2013 at 7:03