Does anybody have any help on this? The best I can currently get is: Given obj1 with info ABC, obj2 with DEF, and obj3 with GHI, when it was previously ABC DEF GHI Now it is ABCDEFGHI By overriding ItemsPanel with a VirtualizingStackPanel with orientation set to horizontal. But I still cannot find how to cause the GridView to move its columns (which is apparently actually ListView's job). When extracting ListView's default template, putting it back in results in the column headers being missing. So, do any experts have any pertinent information? EDIT: Adding a view changed the template. Why did I not try this before :doh: Time to see if this holds the answers... EDIT: Making the items vertical can be done by setting the template for ListViewItem in a implied style. But the data for columns is stored in {DynamicResource {x:Static GridView.GridViewScrollViewerStyleKey}}. How to get to that...
modified on Friday, June 20, 2008 8:27 AM