Link to home
Start Free TrialLog in
Avatar of hojohappy
hojohappy

asked on

C# WIndows Application - Rotate Table 180 degrees?

I have a c# Windows Form application that display data from a file into a datagrid format like this:

[Col1]  [Col2]  [Col3]  .......
1222    ddddd  dddkk  ......
3221    ggggkk  ffffkk  ......
4009   dkdkdl   dddd ........

I would like to the allow the user rotate this table.  
           Rec1    Rec2    Rec3    Rec4
[Col1]  1222    3221   4009
[Col2]  ddddd  ggggkk dkdkdl
[Col3]  dddkk   ffffkk  dddd

Can this be done in C# and can you point me to project where this has been done.
Avatar of kaufmed
kaufmed
Flag of United States of America image

What data structure are you using to hold the data?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial