Hey again. I thought TTreeView will be a good object for this but obviously it is not... I need to create a multilevel visual list, just like ttreeview, except I would need to access nth parent's nth child's nth child, which in a world of a multilevel TListItems would be friggin easy, except TListView has a FLAT itemlist so TListView.Item[2].Items[1].Items[0] is not the 3rd parents sendond child's first child. ohh how easy it would be. Any out of the box solution for this without threading thorough the tree manually?
Cheers