B4J Question SOLVED: Label1_MouseClicked from view in row of ListView ?

b4auser1

Well-Known Member
Licensed User
Longtime User
I added custom items to ListView with some views. I need to handle _MouseClicked from these view ?

I placed in code

Sub Label1_MouseClicked (EventData As MouseEvent)
...

but nothing happened.

Label1 is view in custom item of listview
 

DonManfred

Expert
Licensed User
Longtime User
And the view has the EventName set to "Label1"? Without seeing your code it is hard to give any congrete advice
 
Upvote 0
Top