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
1465
Binding mutiple collections dynamically to grid
posted

Hi,

I am trying to create a grid that looks like the image attached. The list of names is a collection each of these items contain a collection roles. Each role relates to a column and each name relates to a row.

I am using MVVM and WPF but have not found a way of binding the data in order to achieve the desired result. I am using the XAMDataGrid which may not be the correct control for the job.

Any help will be appreciated.

Anne