CTreeCtrl & images
-
Hi, I've a treeCtrl, with many items in it; i want that some of them have an image and other don't... but if I don't specify an image, thr ctrl selects the first image in the image list... I tryed using states instead of images, but only 16 states are allowed, and I need more... Someone has any idea? thanks
-
Hi, I've a treeCtrl, with many items in it; i want that some of them have an image and other don't... but if I don't specify an image, thr ctrl selects the first image in the image list... I tryed using states instead of images, but only 16 states are allowed, and I need more... Someone has any idea? thanks
Have you tried setting -1 as the
nImage
index? Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
Have you tried setting -1 as the
nImage
index? Joaquín M López Muñoz Telefónica, Investigación y Desarrolloyes... but it works wrong: if I defined a 32x32 image, it leaves a 32x32 white space...