if I am not mistaken, it is impossible to have invisible nodes in the TVirtualStringTree treeview, since there are no allowed, visible or other properties for this. Am I right about that?
If so, how did I manage to get an invisible node?
The structure of my tree:
One Node Another node Subnode 1 Subnode 2 ... Subnode 15 Subnode 16 [which is not visible!] Yet another node Subnode 1 from yet another node Subnode 2 from yet another node
I can find Subnode 16 when I do the FirstNode / GetNextNode loop over the whole tree and let me print the text for the first column. I can also inspect the node and see that it got the previous sibling, but there is no next sibling, for example, and the height of the node is 18.
So how did I do this?
Hello
Marcus
source share