I have a class which implements expandable list activity.
In the XML code (or I can do it in java), I set fastScrollEnabled to true. This does in deed enable fast scroll. BUT fast scroll only works in the top portion of the list. Like I can use the fastscroll thumb bar to scroll the whole list but only works in the top section of the scroll bar. It's not proportionate to the entire list. I can drag the thumb bar to the bottom of the list but it does no scrolling since the listview is already scrolled to the bottom due to the odd behaviour of it only working in the top portion of the list.
Confusing I know, I can try to clarify more if needed....

I do implement a custom BaseExpandableListAdapter.

link|improve this question
Are the rows in your list different sizes? – Joseph Earl Apr 6 '11 at 23:11
6  
can you.... please........ post your XML – Rockin May 25 '11 at 6:09
5  
Post your code/xml – MasterJB Apr 3 at 21:48
feedback

1 Answer

This is a bug in the fast scroller. It does not play well with ExpandableListView.

See my code.

(it also includes a work-around for some cases)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.