I have a 3×3 matrix grid. If a user on particular cell, how can I identify the cell cordinates after click?
Please advise. thanks
PJ
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you’re designing a tic-tac-toe style game, and the grid in question is the standard WPF Grid, I’d imagine you’d be best putting a control in each separate cell. That way you can hook into mouse events for each, like so:
And in your code-behind: