Android Question Getting CustomListView item index in CSBuilder clickable words handler

Xyloidhead

Member
Licensed User
I can use a CSBuilder string, with clickable words, in a label item that is part of a CustomListView item; I was using the Expandable List demo as a base.

The event handler for the clickable words works, in that it is called and gets the correct words.

How can I get the item index of the Custom List View item that holds the label where the word_click happened? So I can retrieve the complete item.
 
Top