to rai

to rai

  • NA
  • 1
  • 0

Display a matrix in listview in wpf

Mar 17 2010 9:42 AM
I have got a matrix like that:
0 1 0 1 1 1
1 0 1 0 1 0
0 1 0 1 1 1
1 0 1 0 0 1
1 1 1 0 0 0
1 0 1 1 0 0

I wanna show it in listview( in C# language) as the following picture, but i don't know exactly how do it, please help me.
 Thanks a lot
listview.png


Answers (1)