c# - Datagridview header location -
i want move header locations top(columns) , left(rows) right(rows) , bottom(columns). can find information aliments content within headers, not alignment of headers themselves.
see photo below example of this...
i know might tricky add items accordingly datagridview, data needs organized way opposed headers on top , left. (if using datagridview hard, there object can use?)
as always, thanks!
afaik, not possible in winforms. don't know how in wpf , don't know other out-of-the-box solutions.
my proposal:
cheat adding dgv on right , 1 on bottom. contain headers. need 'connect' scrolling events of dgvs. got idea i'm meaning?
not nicest solution , sure bit tricky, one.
Comments
Post a Comment