tremara1 Active Member Licensed User Longtime User Sep 6, 2011 #1 Just a quick one....is there a way to detect when a listview is fully scrolled? The reason I would like this is I am using a listview which has transparent background and I would like to indicate when there is more scrolling available. thanks....
Just a quick one....is there a way to detect when a listview is fully scrolled? The reason I would like this is I am using a listview which has transparent background and I would like to indicate when there is more scrolling available. thanks....
D DKCERT Member Licensed User Longtime User Sep 6, 2011 #2 Listview1.FastScrollEnabled(True) ??? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2011 #3 Listview1.FastScrollEnabled(True) ??? Click to expand... No. First it should be: B4X: ListView1.FastScrollEnabled = True FastScrollEnabled determines whether the list can be quickly scrolled with the fast scroller. Upvote 0
Listview1.FastScrollEnabled(True) ??? Click to expand... No. First it should be: B4X: ListView1.FastScrollEnabled = True FastScrollEnabled determines whether the list can be quickly scrolled with the fast scroller.