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
250
Tree Node : Show + sign always initially (weather is has child node or not).
posted

Initially as we do not know that a tree node has child node or not, so how can I show '+' sign for every node initially by default?

N:B: I do not need check box with node, just the + sign initially as default.

 

Thank you.

Vikas

  • 469350
    Offline posted

    Hi Vikas,

    this.ultraTree1.Override.ShowExpansionIndicator = Infragistics.Win.UltraWinTree.ShowExpansionIndicator.CheckOnExpand;