Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3026

MFC virtual ctreectrl ?

$
0
0
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 ?

Viewing all articles
Browse latest Browse all 3026

Trending Articles