Dynamic columns on WPF -
assume have datagrid :
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
Post a Comment