I have a ListView being Dimmed as a B4XView. It won't allow me to programmatically add items to it.
I've seen some references to myListView.Items.Add(...), but my list view doesn't give me an "Items" property, nor any kind of Add or AddSingleItem method.
What might be going on here?
I've seen some references to myListView.Items.Add(...), but my list view doesn't give me an "Items" property, nor any kind of Add or AddSingleItem method.
What might be going on here?