D Darren Llewellyn Member Licensed User Longtime User Sep 23, 2013 #1 In VB you can create an on change sub and I was wondering is it possible to create an on change sub routine for a listview item rather than item_Click? Thanks in advance
In VB you can create an on change sub and I was wondering is it possible to create an on change sub routine for a listview item rather than item_Click? Thanks in advance
Erel B4X founder Staff member Licensed User Longtime User Sep 23, 2013 #2 There isn't such an event in ListView. It is also not so easy to change ListView. Check CustomListView class for a view that is easier to customize. Upvote 0
There isn't such an event in ListView. It is also not so easy to change ListView. Check CustomListView class for a view that is easier to customize.