N ntuser04 Member Licensed User Mar 8, 2021 #1 Is there a way to ignore the custom list view and the panel containing it to get the click event of the parent custom list view that stores both the previous custom list view and panel?
Is there a way to ignore the custom list view and the panel containing it to get the click event of the parent custom list view that stores both the previous custom list view and panel?
Erel B4X founder Staff member Licensed User Longtime User Mar 9, 2021 #2 The correct way to put a CLV inside another one is with CLVNested: https://www.b4x.com/android/forum/threads/clvnested-allows-nesting-clvs.107742/#content Set the pressed color to transparent to remove the click visual cue. Delegate the event to the parent CLV. Upvote 0
The correct way to put a CLV inside another one is with CLVNested: https://www.b4x.com/android/forum/threads/clvnested-allows-nesting-clvs.107742/#content Set the pressed color to transparent to remove the click visual cue. Delegate the event to the parent CLV.