I have a ListView displaying a set of data provided by a CursorAdapter.
Data is added to the top of the list (a query sorting by timestamp with the newest at the top). The problem is that, when new data is added to the list and I am looking at data further down in the list, the view will scroll an amount corresponding to the height of the added data. I tried to set the XML attribute "stackFromBottom" to true, but it doesn't really have the desired effect. Anyone know how to avoid scrolling of the view, when new data is added? Best regards :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

