1
Answer

Display a matrix in listview in wpf

to rai

to rai

14y
6.7k
1
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)