Hello, i am trying to make a layout that have three views in each item of CLV and it's a CLVNested.
I did an example project to demonstrate that it's not working. Is there a way to do this with CLVNested ?
this is not working
I did an example project to demonstrate that it's not working. Is there a way to do this with CLVNested ?
this is not working
B4X:
Sub Label1_Click
Dim index As Int = clvItem.GetItemFromView(Sender)
Log("label1: "&index)
End Sub
Sub Label2_Click
Dim index As Int = clvItem.GetItemFromView(Sender)
Log("label2: "&index)
End Sub