Hi,
I know that the title is not good but I didnt find a better one. My question is, is it possible to show datagridview columns as rows.
normally it is like this:
Age Name
34 Jack
23 Linda
... ...

But I dont have enough height to display long 2 columns and I thought maybe a formation like this would be better:

Age 34 32
Name Jack Linda

These values are only examples. Is it possible to tell dgw to show these values so?

Thanks for any help... I cant find anything about this in google...