How to rotate datagrid by 90 degree

  • Thread starter Thread starter Li Pang
  • Start date Start date
L

Li Pang

I'd like to display data in a datagrid horizontally
instead of vertically (ie, rotate datagrid by 90 degree).
Anyone knows how?

Thanks in advance
 
Li Pang said:
I'd like to display data in a datagrid horizontally
instead of vertically (ie, rotate datagrid by 90 degree).
Anyone knows how?

Some TFTs have a pivot function.

SCNR ;-)
 
Hello,

Li Pang said:
I'd like to display data in a datagrid horizontally
instead of vertically (ie, rotate datagrid by 90 degree).
Anyone knows how?

Why? That's really hard to read...

Regards,
Herfried K. Wagner
 
It is easy to do,
You call the row col and the col row
I only don't know if that is 90 or 270
 
Hi Wen (Li?), Cor,

Strictly speaking, Cor, that's not rotation - it's a reflection
about x=y.

A D G A B C
B E H D E F
C F I G HI

However I reckon its exactly what's required :-)

If it's a true rotation that you want, Wen, let us know. And 90
degrees in which direction, too?

Regards,
Fergus
 
Back
Top