Click to See Complete Forum and Search --> : Re: CTreeCtrl


shmo
March 28th, 1999, 06:59 PM
You have to do a depth first recursion (or whatever)

through the source tree in display order, so that

you always add TVI_LAST. I'm doing an 8 level 4000

member tree this way and it builds in about 300ms.

Thomas
March 29th, 1999, 08:19 AM
Thank you, now is much better