Multiple images on a TreeNode in a TreeView control
Hello,
Is it possible to have more than one image on a tree node in a TreeView control? I need to display status of items in the tree and that would be the best way of showing it. I can't find any samples on this.
Thanks!
Amit
[248 byte] By [
AmitG] at [2007-12-16]
Note that in Visual Studio 2005 we have added support for state images (which always existed in the ComCtl TreeView that is provided by the operating system). StateImages is an additional image that you can put along side (to the left) of a TreeNode's standard Image. Using a StateImage you can effectively have two images for a treenode.
-mark
Program Manager
Microsoft
This post is provided "as-is"