Hello, I have a listview, where each cell contains a button and some text. When the button is clicked I want to know which cell (containing the clicked button) was pressed. Like cell with index 3 contains the clicked button, etc.
I currently have the button created in xaml and using "Clicked="checkBoxClicked"" . So in the code behind when I create the method for checkBoxClicked what would I do to find what I'm looking for?
Any help would be greatly appreciated! Thanks!