Hi,
I am using Tools 1.6.1.8/VS.NET 2003/Win2k.
I am using TreeViewAdv control.
In NodeEditorValidateString event handler, if I set e.Cancel = true,
tree is resetting the curosr position in the textbox. In my case,
I am not allowing the user to type more than 15 chars in the node
text. If the user types 16th char, I am setting e.Cancel = true. For
the user it looks like the cursor jumps to first position in the
textfield. You have to restore the position in
TreeViewAdv.cs/labelEditor_TextChanged/ if(e.Cancel) block after you
reset the text.
thanks,
- Reddy