I need a control that behaves like a treeview (binds to a tree structure, expands child nodes based on IsExpanded property of bound object), yet displays data like the grid (no indenting, or toggle images).
The expand collapse will be happening automatically based on bound object.
TreeView is perfect, i just need to remove the indentation and the triangle image to make it vertically flat, like a grid column.
I suppose i could try overriding the TreeViewItem template, but that just doesn't display anything..