I have following structure
matrix As Dictionary(Of String, Dictionary(Of Class1, Class2))
I would like to put all the elements of this structure in a datagridview like this:
Column1: String | Column2: Class1.name | column3: class2.name
Anyone have a clue on how to pull this off? I am new to datagridviews so have no clue on how to start adding rows and colums (maybe autogenerate the columns??)
Tested and working sample: