CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2017
    Posts
    4

    Question MFC virtual ctreectrl ?

    I'm trying to display a list of file system entries , for example the tree of a partition , what I want to do is to display entries expanded but only add entries to the ctreectrl as needed so for example if what fits in the display area is seven rows:
    D:
    Folder1
    sub1
    sub2
    Folder2
    sub1
    sub2

    so if Folder2 have thousand of items only 2 will be loaded & so on, is this possible ?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: MFC virtual ctreectrl ?

    Victor Nijegorodov

Tags for this Thread

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