I need a control that behaves like a tree (binds to a tree structure, expands child nodes based on the IsExpanded property of the linked object), but displays data such as a grid (without padding or switching images).
Collapse everything will happen automatically based on the associated object.
TreeView is perfect, I just need to remove the indentation and the image of the triangle to make it vertically flat, like a grid column.
I assume I can try to override the TreeViewItem template, but this does not display anything.
source
share