Earlier in this thread, it is shown by Erel on Nov 17, 2014, that CustomListView is selectable in the Designer for a CustomView using a PullDown selection next to "CustomType".
My B4A Version is 4.30.
I have added a CustomView to a Panel in the Designer, yet when I click on the PullDown next to "CustomType", it only shows a blank box. There are no "types" to select.
1) Is there something else that needs to be defined in order to allow CustomListView to appear in this PullDown menu? Or, is there a way to specify the CustomListView property programmatically for the CustomView that was added in the Designer?
2) I also have CustomListView added in my code as an added module (I started using CustomListView this way programmatically, but now want to add a Layout with this CustomListView). Is having a CustomListView as a module allowable if a CustomView is also in a Layout?