Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
How to display add icon to display text in UltaTree
posted

I need to display an icon and text together in an UltraTreeNode. Is there an easy way to do this?

Parents
  • 71886
    Verified Answer
    Offline posted

    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.

Reply Children