Hi,
I am using the control Infragistics.Win.UltraWinTree.UltraTree to display xml nodes in to the GUI.and using object of the class Infragistics.Win.UltraWinTree.UltraTreeNode to add child nodes and siblings their parent nodes to display into GUI.
Want to edit Active Node from GUI. (Am trying to past screen shot, but not able to paste.)
It is working fine using BeginEdit() method using object of activatenode.
Issue is here.
Before implementaion this there is a requirement that while double clicking of activation node will display its properties.After this i got implemented by single clicking to edit the activated node.
Double clicking functionality is not working. Always It is taking single click event(While clicking double times) is going to edit mode.
Give the solution for this.I would be very happy if there is a solution for this.
RegardsPrathap Reddy U
Hi Prathap,
I do not understand your question. The control cannot know that a click will become a double-click.