There are two different implementations of CustomListView.
The older one is named CustomListView and the newer is xCustomListView. The class in both cases is named CustomListView.
For new projects it is recommended to use xCustomListView. It is cross platform and has many features not available in the older implementation.
There is no built-in LongClick event in xCustomListView though it should be very simple to add. See how the Click event is handled and add LongClick.
You can also implement it outside of the class by adding it to the panel that you create.
I have to make changes for an existing project, I see that switching to the new xcustomlistview is some work and no option now.
I will use the new class for new projects.
Thanks for the infos.
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.