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
65
Change style of a treeNode
posted

Hello,

 

First sorry for my english

I would like to know how i can change the style of a treenode,

Exemple

TreeView

  -> treeNode1 (red style)

  -> treenode2 (green style)

  -> treenode3 (blue style)

 

Thanks for your response.

Parents
No Data
Reply
  • 469350
    Offline posted

    When you add a node to the tree, you can set the node.Override.Appearance properties on that node.

Children