P ProfJannes Member Licensed User Longtime User Mar 20, 2012 #1 Hi, I am looking to high light the selected ListView entry, so the user will know which entry he selected. How can I do this? I tried using: B4X: ListView.SetSelection(Position) but it does not deliver the required result. ~ Jannes
Hi, I am looking to high light the selected ListView entry, so the user will know which entry he selected. How can I do this? I tried using: B4X: ListView.SetSelection(Position) but it does not deliver the required result. ~ Jannes
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2012 #2 The selection disappears when the user stops touching the ListView. If you must show the selection then you will need to implement a custom list with ScrollView. There are several examples on the forum. Upvote 0
The selection disappears when the user stops touching the ListView. If you must show the selection then you will need to implement a custom list with ScrollView. There are several examples on the forum.