Kzero,
may be you can extend the CustomListView Class with a Scrollposition - feature. The CustomListView is based on a Scrollview which has this feature. You have to insert something like this in the class module:
B4X:
Public Sub GetScrollposition As Int
Return sv.ScrollPosition
End Sub
Kzero,
may be you can extend the CustomListView Class with a Scrollposition - feature. The CustomListView is based on a Scrollview which has this feature. You have to insert something like this in the class module:
B4X:
Public Sub GetScrollposition As Int
Return sv.ScrollPosition
End Sub
just an idea: you can loop through your panels from the beginning of your listview and add the panelheights. If your sum is less then your scrollpos they will be unvisible....and the same for the end of your list
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.