disabling/greying a treeview node
In a C# Windows Form, I have a treeview/listview pair that behaves like Windows Explorer, displaying drives, folders and files... I want to display certain treeview nodes as disabled or greyed...
Can someone tell me how this can be done?
thanks very much.