Hi,
the TreeListView crashes with a StackOverflowException if my tree is 6000 items deep. Unfortunately I have to deal with such huge trees, because I have to visualize software call trees. The solution would probably be that you use iteration instead of recursion to implement the control.
Is there any chance that you can change this?
Thanks,
Thomas