I need to display a table with 2 rows and indefinitely many columns.
It seems that the way to do it is with a listview control, however all the listview controls I have found are vertical with a label at the top with columns and rows going down.
I need a list view with the label/header on the left with columns going to the right.
The closest thing is that I need an Excel like view with the row headers and not the column headers. (I would like to have both row and column headers but with the option to remove them at runtime).
Is there a horizontal listview or some way to make a listview horizontally arranged?
Thanks
elkinm
It seems that the way to do it is with a listview control, however all the listview controls I have found are vertical with a label at the top with columns and rows going down.
I need a list view with the label/header on the left with columns going to the right.
The closest thing is that I need an Excel like view with the row headers and not the column headers. (I would like to have both row and column headers but with the option to remove them at runtime).
Is there a horizontal listview or some way to make a listview horizontally arranged?
Thanks
elkinm
