B4J Question listview

bogdanc

Active Member
Licensed User
Longtime User
I created listview but I can only access (mouse click) to first item.

I just ad a listview in the designer and then in the code I add an items.

B4X:
listView1.Items.Add("item 1")
listView1.Items.Add("item 2")
listView1.Items.Add("item 3")
 

stevel05

Expert
Licensed User
Longtime User
Is there anything else in the layout that may be covering it, like a transparent panel?
 
Upvote 0
Top