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?
views:
188answers:
2
A:
Have you tried editing the ItemsPanel or ControlTemplate via XAML?
Danny Varod
2010-03-14 18:31:08
+1
A:
This link solves the problem. Google "rotated GridView" and there are other articles as well that may help.
Good luck.
Kamiikoneko
2010-03-18 20:47:30