To initialize a customlistview in b4a, i need to provide an object as the first argument. The documentation hints at its being a "vCallBack". I don't know what that is.
Hi I don't find documentation on how to programmatically create a CustomListView (using xCustomListView lib) and add it to a panel. I cannot use the designer in this case. I am adapting an existing "old style" ListView. Previous steps were Initialization and insertion on the panel. With this new...
Custom views are designed to be added with the designer. It is however very simple to create a layout file with the custom view and load it multiple times. Tip: remove the call to AutoScaleAll from the designer script. Complete example: Sub Globals Private B4XSwitch1 As B4XSwitch End...