What Xaml is required to display a DataGrid of this dictionary of dictionaries?
Public Property CharIndexedMatrixOfSingle As SortedDictionary(Of Char, SortedDictionary(Of Char, Single))
It's intended to display as bindable, editable (two way) n by n matrix of Singles.