Well I figured out a workaround. It seems that this was occurring in onMeasure when it was measuring the children of the list. I subclassed ListView with an override, forcing the MeasureSpec to EXACTLY so it doesn't attempt to measure the children. Now it only calls getView for the new row and the list scrolls nice and smooth. :-)
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

