scroll-offset Questions

5

Solved

I'm trying to detect when a list view is scrolled beyond certain fixed threshold in pixels (half way through the first item). Unfortunately listview's getScrollY() seems to always return 0 instad o...
Lachrymator asked 4/10, 2012 at 12:44

3

Solved

I am using it, but it always returns 0, even though I have scrolled till the end of the list.
Imena asked 25/1, 2010 at 12:59

2

Solved

Is there a way to determine the current scroll offset or scroll position of a GridView? View.getScrollY() // Underlying var is not updated during a scroll. I have tried setting an OnScrollListen...
Jacy asked 3/7, 2013 at 16:14

2

Solved

I am trying to build my own grid view functions - extending on the GridView. The only thing I cannot solve is how to get the current scroll position of the GridView. getScrollY() does always retur...
Lexington asked 25/5, 2011 at 13:13
1

© 2022 - 2024 — McMap. All rights reserved.