Thoughts on a combined DataGrid/TreeView control.
https://docs.telerik.com/devtools/wpf/controls/radtreelistview/overview
- Based on
ItemsRepeater - Tree structure would be flattened at the model level
- Probably split into two controls?
- A low-level control which works on flattened/filtered data in case the user wants to handle this themselves at the model or view model level
- A higher-level control which does the flattening/filtering
- Low level control could consist of either (needs investigation)
- A set of cells which would be added separately to the
ItemsRepeaterand anAttachedLayoutto origanize them into columns/rows - A Row control which organizes its children into cells
- A set of cells which would be added separately to the