I need to display an icon and text together in an UltraTreeNode. Is there an easy way to do this?
Hello,
You could try using a code like the following in order to achieve this:
ultraTree1.Nodes[0].LeftImages.Add(SystemIcons.Asterisk.ToBitmap());
Please feel free to let me know if I misunderstood you or if you have any other questions.
How does one remove the icon from a tree node so the tree node item is the same as it was before the icon was added
That worked thanks alot. Your company has great customer help.