Xaml to Display a Dictionary of Dictionaries
- by BSalita
What Xaml is required to display a DataGrid of this dictionary of dictionaries?
Public Property CharMatrix As SortedDictionary(Of Char, SortedDictionary(Of Char, Single))
It's intended as a n by n matrix of Singles.