views:

188

answers:

2

Is there a simple way to invert a WPF GridView so that items are bound to columns instead of rows? Or would it be necessary to write a custom view mode?

A: 

Have you tried editing the ItemsPanel or ControlTemplate via XAML?

Danny Varod
+1  A: 

http://blogs.microsoft.co.il/blogs/tomershamam/archive/2008/09/22/lt-howto-gt-replace-listview-columns-with-rows-lt-howto-gt.aspx

This link solves the problem. Google "rotated GridView" and there are other articles as well that may help.

Good luck.

Kamiikoneko