I am trying to display the treeview in readonly mode. That means we shouldn't allow to click on +(plus) sign to expand or collapse nodes. It is always in expanded mode. I have tried with treeview1.enabled property. This property is disabling(fading) the node text. I don't want to disable the text. Is there anyway I can achieve this?
Regards..