Dynamic columns on WPF -


assume have datagrid :

enter image description here

first column constant. others come database. in columns display name of football players example , below them display statistics them .

what control suggest use ? if suggest datagrid how create columns , rows , connect them data source ?
any code example appreciated.

the functionality looking typically called pivot table or matrix. see dynamic data matrix wpf example of how in wpf.


edit: if not trying pivot, rotate 90 degrees, there rather answer on how that, too: wpf horizontal datagrid. use couple of layouttransforms rotate whole thing, set rotate cells normal.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -