Is it possible to initialize a CustomListView from the activity module without adding the object to the layout?
I have tried it several times but it always throws me an error.
I am using B4A v.7.8
No. It is implemented as a custom view and should be added with the designer. You can create a layout with a single CLV and add it any number of times.