Hi everyone, how can i disable the "click" on the various items in my customlistview?
in B4i it's done like so:
But in B4A i didn't find anything like this. Even if I remove the check from "Enabled" in the designer, the items are still clickable
Thanks in advance
in B4i it's done like so:
B4X:
Dim p As Panel = clv.AsView
p.UserInteractionEnabled = False
But in B4A i didn't find anything like this. Even if I remove the check from "Enabled" in the designer, the items are still clickable
Thanks in advance