Get CustomListView item or index number
Hi, I'm not sure if this question has already been answered but I have created a CustomListView and populated it with lines of text using clv1.AddTextItem
I can see that each time I press on a line it changes colour, what I need to do is to have a click event so that when I press on a line and it changes colour the click event is called allowing me to get the index of the line pressed, then I should be able to get the content of that line.
Is this easy to accomplish?
PS I've initialised the CustomListView like this:
clv1.Initialize(Me, "clv1")