Android Question [SOLVED] xCustomListView align/hooking panel-top on scroll

scsjc

Well-Known Member
Licensed User
Longtime User
Some time ago Erel put a code using xCustomListView:

When scrolling, it just stopped by align/hooking the top of the panel.

In summary, I have some photos that I want to pass using xCustomListView as if it were a photo gallery, and each panel works perfectly with a photo inside the xCustomListView, but it stays in the middle between one photo and another when it scrolls (it does not end up arriving automatically at the end)

I can't find it in the forum. Does anyone have the url link from the example?
 
Last edited:

josejad

Expert
Licensed User
Longtime User
Here you got it:

In the xCustomListView thread, down the post, you got the extension classes:

Extension classes:

CLVExpandable (B4X) - Allows expanding and collapsing items: https://www.b4x.com/android/forum/t...g-or-collapsing-xcustomlistview-items.106148/
CLVSwipe (B4A and B4i) - Adds swipe actions and swipe to refresh feature: https://www.b4x.com/android/forum/threads/98252/#content
CLVHeader - (B4X) - Adds a nice animated header to the list: https://www.b4x.com/android/forum/t...ted-header-to-xcustomlistview.105343/#content
CLVSelections (B4X) - Adds more selection modes: https://www.b4x.com/android/forum/t...d-selection-modes-for-xcustomlistview.114364/
PreoptimizedCLV (B4X) - Lazy loading + fast scroll extension: https://www.b4x.com/android/forum/t...loading-extension-for-xcustomlistview.115289/
 
Upvote 0

scsjc

Well-Known Member
Licensed User
Longtime User
i found:

 
Upvote 0

josejad

Expert
Licensed User
Longtime User
Aaah, ok. Maybe @Erel could add that sample to the xCustomListView thread
 
Upvote 0
Top