Xaml to Display a Dictionary of Dictionaries
Posted
by BSalita
on Stack Overflow
See other posts from Stack Overflow
or by BSalita
Published on 2010-05-29T20:59:02Z
Indexed on
2010/05/29
21:02 UTC
Read the original article
Hit count: 271
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.
© Stack Overflow or respective owner