Horizontal orientated WrapPanel within ItemsControl lists vertically
问题 I have two DataTemplates defined within my XAML, each used for a seperate ItemsControl panel. The main ItemsControl lists Foo objects stored within an ObservableCollection object. The Foo object itself has its own set of items stored within as an ObservableCollection object. I tried to define the XAML in a way that allows for each of the ObservableCollection Foo items to be displayed with its name in a header (The first ItemsControl). From this the list within each Foo item itself should be