第6篇 WPF C# DateGrid绑定二维数组
参考资料
1、使用WPFToolkit.dll
Binding a 2 dimensional string array to datagrid in wpf
WPF学习之使用DataGrid
How to bind an 2D array bool[][] to a WPF DataGrid (one-way)?
2、
How do I automagically bind a string array to a WPF DataGrid?
How to bind a List<string> to a DataGridView control?
How to populate a WPF grid based on a 2-dimensional array
Binding a two dimensional array to a DataGrid