Is Possible to get a datagrid (or listview) control inverted?
For example, usually we have a listview like this:
Name Age Job
John 23 eng
Now I want to invert the table:
Label 1col
Name John
Age 23
Job eng
Thus we can able to select the single column…
In google I find this fantastic solution:
http://blogs.microsoft.co.il/blogs/tomershamam/archive/2008/09/22/lt-howto-gt-replace-listview-columns-with-rows-lt-howto-gt.aspx