Re: [android-developers] How to get scroll position in a GridView? getScrollY always return 0

2010-07-26 Thread Alex Xin
Anyone who could help me on this issue? Thanks a lot!! On Sat, Jul 24, 2010 at 3:34 PM, Alex Xin xinxi...@gmail.com wrote: Hi, I have a GridView in my activity, and I want to save current scroll position while user goes to another place and restore it while user comes back. I try to use

[android-developers] How to get scroll position in a GridView? getScrollY always return 0

2010-07-24 Thread Alex Xin
Hi, I have a GridView in my activity, and I want to save current scroll position while user goes to another place and restore it while user comes back. I try to use GridView.getScrollY and GridView.scrollTo methods, but getScrollY method always return 0 instead of right scroll position. Am I