Android Question Can't use customlistview

zetadan

Member
Licensed User
Longtime User
I know this is simple, but I cannot Dim as customlistview. It is not available in the drop down. It is also not available in the Designer as customtype property. I downloaded Erel's example here. It works fine, but when I try to use in my own program, customlistview is not there.

Please, what am I missing?
 

Mahares

Expert
Licensed User
Longtime User
CustomeListView is a class. You need to add the CustomListView class module from Erel's project to your project.
 
Upvote 0
Top