[android-developers] ListView won't scroll to top

2010-05-24 Thread kash
Hi, I have a ListView with custom rows. When any of these rows is clicked, the ListView's data is regenerated. I'd like the list to scroll back to the top when this happens. I initially tried using setSelection(0) in each row's OnClickListener to achieve this but was unsuccessful (I believe

[android-developers] ListView and Scroll

2010-04-13 Thread oriharel
I need to show a list that is scrolled to a specific item. how can I do it? Ori -- 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

[android-developers] ListView + Horizontal Scroll

2009-11-24 Thread Loki117
Hey All, Has anyone see this issue before. I have a horizontal scroll view with children as one row inside a listView. Now this row is placed into a Hashtable and pulled in and out instead of being reconstructed however in some instances when I try to scroll the horizontal scroll it doesn't move