Hi,
what I need is much like the attched example: a treelike structure, with the children at a certain level showing tabular data. As you can see in the sample the programmer took the easy way out and joined all data into one string, which gives an unacceptable look, since within a string he cannot justify the various elements (oh boy, how many times I wished that elements containing text output would support the good old "tab" character).
Anyway, is there a ready made component, a sample or a documented solution for this? In this case, "Windows only" will suffice.
Thnx, Armin
P.S. IMHO a completely different approach would be also possible: take a StringGrid and integrate the tree structure by putting the tree structure into the leftmost rows, and use kind of cell merging mechnism to let the captions write over the cells to the right. Whichever way a component is available, I don't care much.
P.P.S. I had a look at VirtualTreeView, which looks promising, but boy, that thing is heavy ...