I have a TreeView control and a navigator (BindingNavigator) on my windows forms application. I want the last user only control the selected Node on the treeview by the navigator... not by clicking a node. The last user don't be allowed to click on the treeview and go whereever he wants on the trreeview. So the treeview must be readonly.
My problem is;
There isn't any property like "readonly" for the TreeView control. If I made the "enabled" property of the treeview false then the selected node and the selected node's image didn't changed while using navigator.
Any suggestions?
If necessary I'm using Visual Studio .Net 2005.
Thanks,
Start Free Trial