I want to get the very first item in my tree control. Is there a function for getting it? Not the first visible one, the first actual node in the tree, visible or not.

Right now I wrote a function to do this, but it requires an item to be selected in the tree. I want to know the real solution to this so I can know for sure that this function will never fail... or at least 1 time in a million!

Thanks