In my application, i've a list view, if the last visible line is truncated and I scroll down to this line, I wish that the line becomes fully visible. I have to scroll down once more for it to become fully visible.
A:
May be requestChildRectangleOnScreen can help. See http://developer.android.com/reference/android/widget/ListView.html
alex2k8
2010-01-14 12:01:01
I can not find when and how to use it.
Arutha
2010-01-14 13:03:58
A:
I found! My list is not very high but his lines are quite high. So I overloaded getMaxScrollAmount method which by default is limited to one third of the total height of the list.
Arutha
2010-01-14 15:25:43