khosrwb Active Member Licensed User Longtime User Mar 29, 2018 #1 hi how can I find top and down item in listview? when scroll listview (1.find top item , 2.find down item) sample: in screenshot (pic1) , I will find Item10 & item19 hint: I know this : listview.get(10) I find item when change scroll listview thanks
hi how can I find top and down item in listview? when scroll listview (1.find top item , 2.find down item) sample: in screenshot (pic1) , I will find Item10 & item19 hint: I know this : listview.get(10) I find item when change scroll listview thanks
Erel B4X founder Staff member Licensed User Longtime User Mar 30, 2018 #2 Use xCustomListView instead. Upvote 0