Hi there
I have two buttons inside a pane and this pane is at row(x) object in a tablewview row. I can have numerous rows in my tableview. What I would like to do is when the button is clicked on any row, get the row index number the button is on.
I believe the row index changes when listview items change thus when adding a row I cannot tag its position to the button.
How can I get the index of the row my button click happened on?
Thanks
I have two buttons inside a pane and this pane is at row(x) object in a tablewview row. I can have numerous rows in my tableview. What I would like to do is when the button is clicked on any row, get the row index number the button is on.
I believe the row index changes when listview items change thus when adding a row I cannot tag its position to the button.
How can I get the index of the row my button click happened on?
Thanks