I have a% wpf (%) being populated by an external data source. I need to rotate the entire grid, referring to the values of each row, column by column.
- How can this be done?
- What is the "heart" of data in a grid?
- Can I transform the data into a collection and then use
DataGrid
to run and query? - Will I have access to all columns like this?