1

How to disable the treeview nodes in windows forms c#.net

Joey
  • 344,408
  • 85
  • 689
  • 683
  • 5
    Please elaborate. Describe better what you want to do. You can't "gray out" default tree nodes if that is what you want, but you can hide them or handle events so that they cannot be expanded. – Blixt Jun 22 '09 at 07:38

1 Answers1

0

Unfortunately there is no way to do that, best you can do is remove the node and keep track of it.

How do I make a TreeNode not visible? (C#)

Community
  • 1
  • 1
Greg B
  • 416
  • 3
  • 12