Hi Erel and All
Basically it is just a xcustomlistview simple project I have modified from the posts by:
1) Erel's:
2) Peter Simpson's:
My questions are:
1) how can I stop the animation of the listviewitems when they are loading (please see the project) in the xcustomlistview?
2) more generally, how I stop all animations of my app (for all views)?
I have already set the "Insert Animation Duration" property to 0.
Basically it is just a xcustomlistview simple project I have modified from the posts by:
1) Erel's:
[B4X] [XUI] CustomListView - lazy loading / virtualization
xCustomListView v1.50 adds an important new event named VisibleRangeChanged. This event is fired whenever the visible range of items changes. We can use this event to defer the items creation. This can significantly improve the performance of lists with complex items. As an example, if we try...
www.b4x.com
? Part 1 Basics - Creating long lists using xCustomListView with Lazy Loading - Newer developers
Hello All After thinking about it yesterday and having a quick chat with Erel, I decided that my previous long list examples were not basic enough for newer B4X developers, so I put together a minimal xCLV with LL code example together with comments in the code module. There are no themes...
www.b4x.com
My questions are:
1) how can I stop the animation of the listviewitems when they are loading (please see the project) in the xcustomlistview?
2) more generally, how I stop all animations of my app (for all views)?
I have already set the "Insert Animation Duration" property to 0.