JakeBullet70 Well-Known Member Licensed User Longtime User Nov 30, 2013 #1 Hi all. Is there a way to tell what item is highlighted in a listview without using the item selected event? thanks!
Hi all. Is there a way to tell what item is highlighted in a listview without using the item selected event? thanks!
Erel B4X founder Staff member Licensed User Longtime User Dec 1, 2013 #2 You can save the item in a global variable (from the selected event) and then access it when you need it. Upvote 0
You can save the item in a global variable (from the selected event) and then access it when you need it.