Is it possible to make a HeaderedItemsControl use a VirtualizingStackPanel effectively?
I'm building an application that displays a hierarchy of Node objects. Each node has a collection of Field objects, plus a Children property of type ObservableCollection<Node>. I've created a user control to display the Node objects. This control is a HeaderedItemsControl whose header lays out all of the Field objects, and whose Items...