Search code examples
c#readonlytree-nodes

Is Read-only property available in tree node in C#?


How to set tree node 'read only' in windows C#? Should not us disable, default.


Solution

  • Set the TreeView.LabelEdit property to False