bogdanc Active Member Licensed User Longtime User Feb 8, 2016 #1 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")
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 Feb 8, 2016 #2 Is there anything else in the layout that may be covering it, like a transparent panel? Upvote 0