Click here to Skip to main content
15,908,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I really need help on this.
I have a 9x9grid in WP7, with gridlines.
I have a character in each of the grid "cell".
How could I retreive the position in the grid using [,] or any other means?
hopefully i can get the position through: grid[col, row]
I tried using this: char[,] grid = new char[numColumnsToAdd, numRowsToAdd];
but it didn't work.
Thanks.
Posted

1 solution

Could you clarify if you require to fetch item at particular location? I have not understood your question. Please give more details, may be I can help :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900