iOS Question Source code for Xcustomlistview

Jeanc161

Member
Licensed User
Longtime User
It will be nice if i could have the source for the xCustomlistview (The library type not the module type)
so maybe i could try to add a new event when the list reach the top of displayed items, so in that way i could control the Top and Bottom items loaded in the displayed area of the listview and generate the event that could be triggered from the listview. It is worth a shot if i can find the xcustomlistview source code.

Does anyone knows where we could find the source code for that library somewhere ??
 

Jeanc161

Member
Licensed User
Longtime User
It is more complicated then that, i realy need to make a raise event like _ReachTop(firstVisible as Int, lastVisible as int).
This event is base on a chopped list wich contains only 20 items from over a few thousands, so the reachEnd event does the job but..
the new raise event R_ReachTop will be called when we reach the top of the active items in the listview, and then i can make a sub to
load items from top of the list.
Anyway i will take a peek at the sourceCode and see if it's feasable.
Thanks Erel.
 
Upvote 0
Top