My application is displaying a Hugh amount of files system entries held in memory using a ctreectrl
, adding all the items takes ~20seconds even when using SetRedraw(False)
, so how to make a completely virtual(breadth,depth) ctreectrl
& how to populate it ?
Edit#1 I want to display the displayed portion items expanded from the beginning , but I don't want to store them in the tree, for example
Root-->
Child1-->
SubChile1
Child2
Child3