I need to find a node GetNodeBykey but when I find that position in the tree node and paint the color, butjust I wish the tree to expand that part of the node and is positioned to view and then the node can automatically be selectedto launch a call to a method, I hope you can help me, it is very urgent.Thank you
Hi Deyvi,
After you paint the node you retrieved using a key.
If you want to expand that node you can use BringIntoView method.
To select that node you can set the node selected property to true.
You can then call the required method from AfterSelect event which is fired when you set the node selected property to true.
Please let me know if this meets your requirement?
Sincerely,Sahaja KokkalagaddaAssociate Software Developer, Windows Formshttp://ko.infragistics.com/
Sahaja Kokkalagadda