Disabling Collapse event of a root node in Treeview in .NET
- by Amit Shah
Hi All,
I am developing a application in which i need to prevent collapsable behaviour of a root node in tree view.
I tried using Before Select event.
Is there any alternative for it?