Android Question Using multiple customlistview created by disigner

Hi.. at the first sorry for my bad English!!!
I created 8 customlistview with disigner and must get size of them and use insert at, remove at and other properties by code.
Unfortunately i'm new and can't use reflection and run method!!!
Disigner initial them by name Customlistview1 to 8 and can't use like customlistview(1).size
In vb.net i use ctype(controls.find(string.format("Listbox{0},ListNum),True)(0), Listbox).Item.Count
But can't find syntax like this in b4a!
Please help me...
 
Last edited:
Top