c++ - CTreeCtrl - getting an item position -


Is there a way to get an item's position (index) in CTREECtrl?
I am interested in the index of the node at its particular level

I was thinking of retaining the position of the item within the item "data" field, but the problem is that my tree is solved And I can not predict the condition that the item will be received (well, if only I would like to save in advance items).

I do not think you can do that I have assumed that maybe control should be used as an array Can be considered (maybe it may still be but I can not find any reference).

Anyway, no member is working (according to) which gives you access to that information


Comments