Hi all,how to i get the customlistview scroll position?
I already read this post.
https://www.b4x.com/android/forum/t...ds-more-when-scroll-tot-bottom.35761/#content
But in this code i can't get customlistview scroll position.
I already read this post.
https://www.b4x.com/android/forum/t...ds-more-when-scroll-tot-bottom.35761/#content
B4X:
Private Sub sv_ScrollChanged(Position As Int)
If Position + sv.Height >= sv.Panel.Height Then
If DateTime.Now > lastAddItemsTime + 200 Then
lastAddItemsTime = DateTime.Now
CallSub(CallBack, EventName & "_AddItems")
End If
End If
End Sub