What do you mean by position of node?
You can get its index using treeview1.Nodes .IndexOf(treeno de)
I use a ModalPopupExten der to pop up a message, when user clicks a TreeNode of a TreeView and I would like the message pop up beside the selected TreeNode. So, I need to know the position of the selected TreeNode. Any suggestion is welcome.
I use a ModalPopupExten der to pop up a message, when user clicks a TreeNode of a TreeView and I would like the message pop up beside the selected TreeNode. So, I need to know the position of the selected TreeNode. Any suggestion is welcome.
Comment