Tree Data Grid
©2019 Open Finance Network
To display nested tabular data easier, I built a custom TreeGridView control that blended a TreeView and ListView control into one. The control behaves like a ListView but can use a HierarchicalDataTemplate in the way a TreeView works. The other trick, my custom control allows multi-selection within the TreeView.