TreeView

  • Thread starter Thread starter Ashish T
  • Start date Start date
A

Ashish T

Hi Guys,

Is it possible to disable a treenode in a treeview in C#??

I have been trying this and need this feature in my application.

Please help.

Regards,
Ashish
 
Hi Ashish,
Hi Guys,

Is it possible to disable a treenode in a treeview in C#??

I have been trying this and need this feature in my application.

Please help.

Regards,
Ashish

What do You mean "disabling" TreeNode?
Disable: expand, collapse, text editing or selecting?

Marcin
 
This disabling of the treenode is required for selecting a node. The
user should not be able to select a node, which is disabled.
 
Back
Top