Android Question Button in CustomLIstView, finding CLV index on button_click

Branko Milosevic

Active Member
Licensed User
I have a button embedded in CLV cell. It captures button_press event but I wasn't able to find indexoff the CLV item the button of which was pressed.
Button is created in the designer. Do I need to programatically create the button instead so to be able to create a separate instance of the button for each item and assign the button.tag
Any help is very welcome. :)
 
Top