Android Question Disable button in custom list view when pressed

Hello everyone. I hope someone could help me today.

I look for codes that could disable a button in custom list view that is in a panel when pressed but then I cant find answers. I also tried many codes to solve this but there is no progress. Here's the code that i tried. Though only the last panel was only disabled.
B4X:
Sub ButtonConfirm_Click
Dim Index As Int = Clv1.GetItemFromView(Sender)
ButtonConfirm.Enabled = False
End Sub

Can someone help me with this?

Thank you all.
 
Top