CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Re: CTreeCtrl

  1. #1
    Join Date
    Mar 1999
    Posts
    1

    Re: CTreeCtrl





    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.



  2. #2
    Join Date
    Apr 1999
    Posts
    23

    Re: CTreeCtrl



    Thank you, now is much better

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured