Invert WPF GridView to bind items to columns instead of rows

Posted by emddudley on Stack Overflow See other posts from Stack Overflow or by emddudley
Published on 2010-03-08T21:13:20Z Indexed on 2010/03/18 20:51 UTC
Read the original article Hit count: 127

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about gridview