In the 1.5 OS, the notifyDataSetInvalidated() not only invalidated the
data source, but also reset the scroll position to the 'top' of the
listview - so if you then called notifyDataSetChanged(), the ListView
redrew with the new data *and* positioned the listview at the top.
On the DROID in OS 2.0, this behaves differently, the
notifyDataSetInvalidated() does *not* reset the scroll position.  I
need it to reset the scroll position...like it used to.   Any ideas
how to reset the scroll position?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to