Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1030
Binding a Collection/Dictionary to XAMDatagrid
posted

Hi,

I have a class

class Test{ string name; List<string> values}

And I have a Dictionary <int, Test>. Now I have to bind this data to a xamdatagrid such that I have 2 columns, one with the name and other with the values. The number of rows created for every Test object should be equivalent to the number of values in the List.

Is it possible to achieve this?

Thanks

Parents Reply Children