Help... The On Touch Started Event call for items added to the list view does not work

hello. Sorry for my poor English. I want to add a listview item in a widget and have the On Touch Started event on that item widget be called. However, the On Mouse Clicked and On Mouse Double Clicked events of the list view itself are bound, so it seems that the On Touch Started event of the item registered in the list view is not called. Haven’t been able to fix it for several days. Is there no way to solve this? It works fine with scrollboxes, but I don’t want to replace them with scrollboxes because I already have a lot of implementation. The expected result is that the overridden On Touch Started event of the item widget should be called when the item widget added to the listview is pressed.