How to set tree node 'read only' in windows C#? Should not us disable, default.
only a particular node, not tree itself!!
Dhana
2009-03-23 09:30:03
You can cancel all the Edits, using Node.EndEdit(false).
Anuraj
2009-03-23 11:06:11